commentsTableInsertSchema
Variable: commentsTableInsertSchema
constcommentsTableInsertSchema: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