Skip to main content

postVotesTableInsertSchema

API Docs


Variable: postVotesTableInsertSchema

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

Defined in: src/drizzle/tables/postVotes.ts:96