Skip to main content

postAttachmentsTableInsertSchema

API Docs


Variable: postAttachmentsTableInsertSchema

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

Defined in: src/drizzle/tables/postAttachments.ts:123