feat: update schema

This commit is contained in:
Methapon2001 2024-06-10 14:12:10 +07:00
parent a8d0d7f45c
commit e96a05e3ad
5 changed files with 87 additions and 12 deletions

View file

@ -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())