feat: update schema
This commit is contained in:
parent
a8d0d7f45c
commit
e96a05e3ad
5 changed files with 87 additions and 12 deletions
|
|
@ -501,10 +501,17 @@ model EmployeeOtherInfo {
|
|||
employee Employee @relation(fields: [employeeId], references: [id], onDelete: Cascade)
|
||||
employeeId String
|
||||
|
||||
citizenId String
|
||||
fatherFullName String
|
||||
motherFullName String
|
||||
birthPlace String
|
||||
citizenId String
|
||||
birthPlace String
|
||||
fatherFirstName String
|
||||
fatherLastName String
|
||||
motherFirstName String
|
||||
motherLastName String
|
||||
|
||||
fatherFirstNameEN String
|
||||
fatherLastNameEN String
|
||||
motherFirstNameEN String
|
||||
motherLastNameEN String
|
||||
|
||||
createdBy String?
|
||||
createdAt DateTime @default(now())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue