adding also staff

This commit is contained in:
José Salazar
2026-02-11 15:55:53 -05:00
parent 88ea396c31
commit be368b08b9
3 changed files with 66 additions and 1 deletions

View File

@@ -84,8 +84,17 @@ type Staff @table(name: "staffs") {
employmentType: EmploymentType
initial: String
englishRequired: Boolean @default(expr: "false")
city: String
addres: String
placeId: String
latitude: Float
longitude: Float
city: String
state: String
street: String
country: String
zipCode: String
createdAt: Timestamp @default(expr: "request.time")
updatedAt: Timestamp @default(expr: "request.time")