Skip to main content

agendaFoldersTableInsertSchema

API Docs


Variable: agendaFoldersTableInsertSchema

const agendaFoldersTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; description: PgColumn<{ }, { }, { }>; eventId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; isDefaultFolder: PgColumn<{ }, { }, { }>; name: PgColumn<{ }, { }, { }>; organizationId: PgColumn<{ }, { }, { }>; sequence: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; }, { description: (schema) => ZodOptional<ZodString>; name: (schema) => ZodString; sequence: (schema) => ZodOptional<ZodInt>; }, undefined>

Defined in: src/drizzle/tables/agendaFolders.ts:147