Files
haex-hub-mirror/src-tauri/database/migrations/0003_familiar_doctor_faustus.sql
2025-06-03 00:13:45 +02:00

12 lines
196 B
SQL

CREATE TABLE `haex_notofications` (
`id` text PRIMARY KEY NOT NULL,
`title` text,
`text` text,
`type` text NOT NULL,
`read` integer,
`date` text,
`image` text,
`alt` text,
`icon` text
);