Skip to main content

eventAttachmentsTableInsertSchema

API Docs


Variable: eventAttachmentsTableInsertSchema

const eventAttachmentsTableInsertSchema: BuildSchema<"insert", { createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; eventId: PgColumn<{ }, { }, { }>; mimeType: PgColumn<{ }, { }, { }>; name: PgColumn<{ }, { }, { }>; objectName: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; }, { name: (schema) => ZodString; }, undefined>

Defined in: src/drizzle/tables/eventAttachments.ts:109