moving dataconnect to dev
This commit is contained in:
13
backend/dataconnect/schema/role.gql
Normal file
13
backend/dataconnect/schema/role.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
type Role @table(name: "roles") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
name: String!
|
||||
|
||||
vendorId: UUID!
|
||||
|
||||
roleCategoryId: UUID!
|
||||
|
||||
costPerHour: Float!
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user