Skip to main content

agendaItemsTableInsertSchema

Admin Docs


Variable: agendaItemsTableInsertSchema

const agendaItemsTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{}, {}>; creatorId: PgColumn<{}, {}>; description: PgColumn<{}, {}>; duration: PgColumn<{}, {}>; folderId: PgColumn<{}, {}>; id: PgColumn<{}, {}>; key: PgColumn<{}, {}>; name: PgColumn<{}, {}>; type: PgColumn<{}, {}>; updatedAt: PgColumn<{}, {}>; updaterId: PgColumn<{}, {}>; }, { folderId: ZodTypeAny | (schema) => ZodTypeAny; name: ZodTypeAny | (schema) => ZodTypeAny; type: ZodTypeAny | (schema) => ZodTypeAny; }>

Defined in: src/drizzle/tables/agendaItems.ts:124