Skip to main content

eventsTableInsertSchema

Admin Docs


Variable: eventsTableInsertSchema

const eventsTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{}, {}>; creatorId: PgColumn<{}, {}>; description: PgColumn<{}, {}>; endAt: PgColumn<{}, {}>; id: PgColumn<{}, {}>; name: PgColumn<{}, {}>; organizationId: PgColumn<{}, {}>; startAt: PgColumn<{}, {}>; updatedAt: PgColumn<{}, {}>; updaterId: PgColumn<{}, {}>; }, { endAt: ZodTypeAny | (schema) => ZodTypeAny; name: ZodTypeAny | (schema) => ZodTypeAny; organizationId: ZodTypeAny | (schema) => ZodTypeAny; startAt: ZodTypeAny | (schema) => ZodTypeAny; }>

Defined in: src/drizzle/tables/events.ts:151