agendaCategoriesTableInsertSchema
Variable: agendaCategoriesTableInsertSchema
constagendaCategoriesTableInsertSchema:BuildSchema<"insert", {createdAt:PgColumn<{ }, { }, { }>;creatorId:PgColumn<{ }, { }, { }>;description:PgColumn<{ }, { }, { }>;eventId:PgColumn<{ }, { }, { }>;id:PgColumn<{ }, { }, { }>;isDefaultCategory:PgColumn<{ }, { }, { }>;name:PgColumn<{ }, { }, { }>;organizationId:PgColumn<{ }, { }, { }>;updatedAt:PgColumn<{ }, { }, { }>;updaterId:PgColumn<{ }, { }, { }>; }, {description: (schema) =>ZodOptional<ZodString>;name: (schema) =>ZodString; },undefined>
Defined in: src/drizzle/tables/agendaCategories.ts:140