refactor: auto generate code (may change in the future)
This commit is contained in:
parent
24c85b728c
commit
24c39d0cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ model User {
|
||||||
|
|
||||||
model Customer {
|
model Customer {
|
||||||
id String @id @default(uuid())
|
id String @id @default(uuid())
|
||||||
code String
|
code String @default(uuid())
|
||||||
customerType String
|
customerType String
|
||||||
customerName String
|
customerName String
|
||||||
customerNameEN String
|
customerNameEN String
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue