Schema Changes
This commit is contained in:
@@ -9,7 +9,7 @@ export const holidays = pgTable("holidays", {
|
||||
|
||||
name: text("name").notNull(),
|
||||
|
||||
stateCode: text("state_code").notNull(),
|
||||
state_code: text("state_code").notNull(),
|
||||
|
||||
createdAt: timestamp("created_at", { withTimezone: true }).defaultNow(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user