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 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