Skip to main content

postsTableInsertSchema

API Docs


Variable: postsTableInsertSchema

const postsTableInsertSchema: 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