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