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