Files
haex-hub-mirror/src-tauri/database/migrations/0001_wealthy_thaddeus_ross.sql
Martin Drechsel b729c8ebbe zwischenstand
2025-05-06 11:09:56 +02:00

7 lines
163 B
SQL

CREATE TABLE `testTable` (
`id` text PRIMARY KEY NOT NULL,
`author` text,
`test` text
);
--> statement-breakpoint
ALTER TABLE `haex_extensions` ADD `icon` text;