Skip to main content

commentVotesTableInsertSchema

API Docs


Variable: commentVotesTableInsertSchema

const commentVotesTableInsertSchema: BuildSchema<"insert", { commentId: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; type: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; }, undefined, undefined>

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