Skip to main content

fundCampaignPledgesTableInsertSchema

API Docs


Variable: fundCampaignPledgesTableInsertSchema

const fundCampaignPledgesTableInsertSchema: BuildSchema<"insert", { amount: PgColumn<{ }, { }, { }>; campaignId: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; creatorId: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; note: PgColumn<{ }, { }, { }>; pledgerId: PgColumn<{ }, { }, { }>; updatedAt: PgColumn<{ }, { }, { }>; updaterId: PgColumn<{ }, { }, { }>; }, { amount: () => ZodNumber; creatorId: () => ZodOptional<ZodNullable<ZodString>>; note: () => ZodOptional<ZodNullable<ZodString>>; updaterId: () => ZodOptional<ZodNullable<ZodString>>; }, undefined>

Defined in: src/drizzle/tables/fundCampaignPledges.ts:137