Skip to main content

eventVolunteerGroupExceptionsTableInsertSchema

API Docs


Variable: eventVolunteerGroupExceptionsTableInsertSchema

const eventVolunteerGroupExceptionsTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{ }, { }, { }>; createdBy: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; recurringEventInstanceId: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updatedBy: PgColumn<{ }, { }, { }>; volunteerGroupId: PgColumn<{ }, { }, { }>; }, undefined, undefined>

Defined in: src/drizzle/tables/eventVolunteerGroupExceptions.ts:70