Skip to main content

postAttachmentsTableRelations

API Docs


Variable: postAttachmentsTableRelations

const postAttachmentsTableRelations: Relations<"post_attachments", { creator: One<"users", false>; post: One<"posts", true>; updater: One<"users", false>; }>

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