commentVotesTableInsertSchema
Variable: commentVotesTableInsertSchema
constcommentVotesTableInsertSchema:BuildSchema<"insert", {commentId:PgColumn<{ }, { }, { }>;createdAt:PgColumn<{ }, { }, { }>;creatorId:PgColumn<{ }, { }, { }>;id:PgColumn<{ }, { }, { }>;type:PgColumn<{ }, { }, { }>;updatedAt:PgColumn<{ }, { }, { }>; },undefined,undefined>
Defined in: src/drizzle/tables/commentVotes.ts:102