refactor: auto generate code (may change in the future)

This commit is contained in:
Methapon2001 2024-04-05 09:42:54 +07:00
parent 24c85b728c
commit 24c39d0cf0

View file

@ -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