postVotesTableInsertSchema
Variable: postVotesTableInsertSchema
constpostVotesTableInsertSchema:BuildSchema<"insert", {createdAt:PgColumn<{ }, { }, { }>;creatorId:PgColumn<{ }, { }, { }>;id:PgColumn<{ }, { }, { }>;postId:PgColumn<{ }, { }, { }>;type:PgColumn<{ }, { }, { }>;updatedAt:PgColumn<{ }, { }, { }>; },undefined,undefined>
Defined in: src/drizzle/tables/postVotes.ts:96