adding also staff
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user