postsTableInsertSchema
Variable: postsTableInsertSchema
constpostsTableInsertSchema:BuildSchema<"insert", {body:PgColumn<{ }, { }, { }>;caption:PgColumn<{ }, { }, { }>;createdAt:PgColumn<{ }, { }, { }>;creatorId:PgColumn<{ }, { }, { }>;id:PgColumn<{ }, { }, { }>;organizationId:PgColumn<{ }, { }, { }>;pinnedAt:PgColumn<{ }, { }, { }>;updatedAt:PgColumn<{ }, { }, { }>;updaterId:PgColumn<{ }, { }, { }>; }, {caption: (schema) =>ZodString; },undefined>
Defined in: src/drizzle/tables/posts.ts:140