mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-15 12:31:55 +08:00
00d3c36bbb
Fixes #938
4 lines
62 B
SQL
4 lines
62 B
SQL
CREATE TABLE tbl (
|
|
id int NOT NULL,
|
|
name text NOT NULL
|
|
);
|