feat: add code customer field
This commit is contained in:
parent
03d25219c1
commit
fffd20ea0f
3 changed files with 11 additions and 1 deletions
|
|
@ -437,7 +437,8 @@ model CustomerBranch {
|
|||
customer Customer @relation(fields: [customerId], references: [id], onDelete: Cascade)
|
||||
customerId String
|
||||
|
||||
code String
|
||||
code String
|
||||
codeCustomer String
|
||||
|
||||
// NOTE: About (Natural Person)
|
||||
citizenId String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue