Skip to main content

notificationLogsTableInsertSchema

API Docs


Variable: notificationLogsTableInsertSchema

const notificationLogsTableInsertSchema: BuildSchema<"insert", { channel: PgColumn<{ }, { }, { }>; createdAt: PgColumn<{ }, { }, { }>; eventType: PgColumn<{ }, { }, { }>; id: PgColumn<{ }, { }, { }>; navigation: PgColumn<{ }, { }, { }>; renderedContent: PgColumn<{ }, { }, { }>; sender: PgColumn<{ }, { }, { }>; status: PgColumn<{ }, { }, { }>; templateId: PgColumn<{ }, { }, { }>; variables: PgColumn<{ }, { }, { }>; }, { channel: (schema) => ZodString; eventType: (schema) => ZodString; navigation: (schema) => ZodOptional<ZodString>; status: (schema) => ZodString; }>

Defined in: src/drizzle/tables/NotificationLog.ts:125