venuesTableInsertSchema
Variable: venuesTableInsertSchema
constvenuesTableInsertSchema:BuildSchema<"insert", {createdAt:PgColumn<{}, {}>;creatorId:PgColumn<{}, {}>;description:PgColumn<{}, {}>;id:PgColumn<{}, {}>;name:PgColumn<{}, {}>;organizationId:PgColumn<{}, {}>;updatedAt:PgColumn<{}, {}>;updaterId:PgColumn<{}, {}>; }, {name:ZodTypeAny| (schema) =>ZodTypeAny;organizationId:ZodTypeAny| (schema) =>ZodTypeAny; }>
Defined in: src/drizzle/tables/venues.ts:127