notificationAudienceTableInsertSchema
Variable: notificationAudienceTableInsertSchema
constnotificationAudienceTableInsertSchema:BuildSchema<"insert", {createdAt:PgColumn<{ }, { }, { }>;isRead:PgColumn<{ }, { }, { }>;notificationId:PgColumn<{ }, { }, { }>;readAt:PgColumn<{ }, { }, { }>;userId:PgColumn<{ }, { }, { }>; }, {isRead: (schema) =>ZodOptional<ZodBoolean>; }>
Defined in: src/drizzle/tables/NotificationAudience.ts:99