Skip to main content

actionItemCategoriesTableInsertSchema

API Docs


Variable: actionItemCategoriesTableInsertSchema

const actionItemCategoriesTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; description: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; isDisabled: PgColumn<{ }, { }, { }>; name: PgColumn<{ }, { }, { }>; organizationId: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; }, { description: (schema) => ZodOptional<ZodString>; name: (schema) => ZodString; }, undefined>

Defined in: src/drizzle/tables/actionItemCategories.ts:85