changing enum contractType and name of hub
This commit is contained in:
@@ -15,10 +15,10 @@ enum RecurrenceType {
|
|||||||
SCATTER
|
SCATTER
|
||||||
}
|
}
|
||||||
|
|
||||||
#enums cant start by a number, reason of _1099
|
#enums cant start by a number, reason of C1099
|
||||||
enum ContractType {
|
enum ContractType {
|
||||||
W2
|
W2
|
||||||
_1099
|
C1099
|
||||||
TEMP
|
TEMP
|
||||||
CONTRACT
|
CONTRACT
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,8 @@ type Event @table(name: "events") {
|
|||||||
businessId: UUID!
|
businessId: UUID!
|
||||||
businessName: String
|
businessName: String
|
||||||
vendorId: UUID
|
vendorId: UUID
|
||||||
vendorName: Stringhub: String
|
vendorName: String
|
||||||
|
hub: String
|
||||||
eventLocation: String
|
eventLocation: String
|
||||||
contractType: ContractType
|
contractType: ContractType
|
||||||
poReference: String
|
poReference: String
|
||||||
|
|||||||
Reference in New Issue
Block a user