feat: add fields
This commit is contained in:
parent
1f54d5d1df
commit
077edee039
3 changed files with 15 additions and 0 deletions
|
|
@ -332,6 +332,8 @@ enum CustomerType {
|
|||
model Customer {
|
||||
id String @id @default(uuid())
|
||||
code String
|
||||
personName String
|
||||
personNameEN String?
|
||||
customerType CustomerType
|
||||
customerName String
|
||||
customerNameEN String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue