commentsTableRelations
Variable: commentsTableRelations
const
commentsTableRelations:Relations
<"comments"
, {creator
:One
<"users"
,false
>;post
:One
<"posts"
,true
>;votesWhereComment
:Many
<"comment_votes"
>; }>
Defined in: src/drizzle/tables/comments.ts:67