Skip to main content

postVotesTableRelations

API Docs


Variable: postVotesTableRelations

const postVotesTableRelations: Relations<"post_votes", { creator: One<"users", false>; post: One<"posts", true>; }>

Defined in: src/drizzle/tables/postVotes.ts:77