recurringEventExceptionsTableInsertSchema
Variable: recurringEventExceptionsTableInsertSchema
constrecurringEventExceptionsTableInsertSchema:BuildSchema<"insert", {createdAt:PgColumn<{ }, { }, { }>;creatorId:PgColumn<{ }, { }, { }>;exceptionData:PgColumn<{ }, { }, { }>;id:PgColumn<{ }, { }, { }>;organizationId:PgColumn<{ }, { }, { }>;recurringEventInstanceId:PgColumn<{ }, { }, { }>;updatedAt:PgColumn<{ }, { }, { }>;updaterId:PgColumn<{ }, { }, { }>; }, {exceptionData:ZodRecord<ZodString,ZodUnknown>; },undefined>
Defined in: src/drizzle/tables/recurringEventExceptions.ts:150