mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
7 lines
163 B
SQL
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; |