Skip to main content

actionItemExceptionsTableInsertSchema

API Docs


Variable: actionItemExceptionsTableInsertSchema

const actionItemExceptionsTableInsertSchema: BuildSchema<"insert", { actionId: PgColumn<{ }, { }, { }>; assignedAt: PgColumn<{ }, { }, { }>; assigneeId: PgColumn<{ }, { }, { }>; categoryId: PgColumn<{ }, { }, { }>; completed: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; deleted: PgColumn<{ }, { }, { }>; eventId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; postCompletionNotes: PgColumn<{ }, { }, { }>; preCompletionNotes: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; volunteerGroupId: PgColumn<{ }, { }, { }>; volunteerId: PgColumn<{ }, { }, { }>; }, undefined, undefined>

Defined in: src/drizzle/tables/actionItemExceptions.ts:102