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