Skip to main content

commentsTableInsertSchema

API Docs


Variable: commentsTableInsertSchema

const commentsTableInsertSchema: BuildSchema<"insert", { body: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; postId: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; }, { body: (schema) => ZodString; }, undefined>

Defined in: src/drizzle/tables/comments.ts:100