mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
5 lines
100 B
MySQL
5 lines
100 B
MySQL
|
CREATE TABLE `version` (
|
||
|
`version` INTEGER NOT NULL
|
||
|
);
|
||
|
INSERT INTO `version` (version) VALUES (1);
|