changing enum contractType and name of hub

This commit is contained in:
José Salazar
2025-11-25 12:03:04 -05:00
parent 2c130a413a
commit 352adfed1c

View File

@@ -15,10 +15,10 @@ enum RecurrenceType {
SCATTER
}
#enums cant start by a number, reason of _1099
#enums cant start by a number, reason of C1099
enum ContractType {
W2
_1099
C1099
TEMP
CONTRACT
}
@@ -43,7 +43,8 @@ type Event @table(name: "events") {
businessId: UUID!
businessName: String
vendorId: UUID
vendorName: Stringhub: String
vendorName: String
hub: String
eventLocation: String
contractType: ContractType
poReference: String