feat: add address text en
This commit is contained in:
parent
2ee0e97953
commit
f90ee41a56
2 changed files with 18 additions and 9 deletions
|
|
@ -400,17 +400,20 @@ model User {
|
|||
|
||||
addressForeign Boolean @default(false)
|
||||
|
||||
provinceText String?
|
||||
province Province? @relation(fields: [provinceId], references: [id], onDelete: SetNull)
|
||||
provinceId String?
|
||||
provinceText String?
|
||||
provinceTextEN String?
|
||||
province Province? @relation(fields: [provinceId], references: [id], onDelete: SetNull)
|
||||
provinceId String?
|
||||
|
||||
districtText String?
|
||||
district District? @relation(fields: [districtId], references: [id], onDelete: SetNull)
|
||||
districtId String?
|
||||
districtText String?
|
||||
districtTextEN String?
|
||||
district District? @relation(fields: [districtId], references: [id], onDelete: SetNull)
|
||||
districtId String?
|
||||
|
||||
subDistrictText String?
|
||||
subDistrict SubDistrict? @relation(fields: [subDistrictId], references: [id], onDelete: SetNull)
|
||||
subDistrictId String?
|
||||
subDistrictText String?
|
||||
subDistrictTextEN String?
|
||||
subDistrict SubDistrict? @relation(fields: [subDistrictId], references: [id], onDelete: SetNull)
|
||||
subDistrictId String?
|
||||
|
||||
zipCodeText String?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue