Skip to main content

actionItemsTableInsertSchema

API Docs


Variable: actionItemsTableInsertSchema

const actionItemsTableInsertSchema: BuildSchema<"insert", { assignedAt: PgColumn<{ }, { }, { }>; categoryId: PgColumn<{ }, { }, { }>; completionAt: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; eventId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; isCompleted: PgColumn<{ }, { }, { }>; isTemplate: PgColumn<{ }, { }, { }>; organizationId: PgColumn<{ }, { }, { }>; postCompletionNotes: PgColumn<{ }, { }, { }>; preCompletionNotes: PgColumn<{ }, { }, { }>; recurringEventInstanceId: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; volunteerGroupId: PgColumn<{ }, { }, { }>; volunteerId: PgColumn<{ }, { }, { }>; }, undefined>

Defined in: src/drizzle/tables/actionItems.ts:152