Skip to main content

commentVotesTableRelations

API Docs


Variable: commentVotesTableRelations

const commentVotesTableRelations: Relations<"comment_votes", { comment: One<"comments", true>; creator: One<"users", false>; }>

Defined in: src/drizzle/tables/commentVotes.ts:80