From 24c39d0cf0cb74a1b68db5624ac737d0efd3edf9 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:42:54 +0700 Subject: [PATCH] refactor: auto generate code (may change in the future) --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 0a43c92..2093453 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -201,7 +201,7 @@ model User { model Customer { id String @id @default(uuid()) - code String + code String @default(uuid()) customerType String customerName String customerNameEN String