mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-23 23:16:27 +08:00
4 lines
102 B
SQL
4 lines
102 B
SQL
CREATE TABLE `db`.`table` (
|
|
`id` int(11) NOT NULL,
|
|
`name` varchar(1023) NOT NULL
|
|
) ENGINE=InnoDB;
|