ng_games 누락분 추가

This commit is contained in:
2018-06-26 03:10:50 +09:00
parent 2f27ea4c8a
commit 09e24f5684
+1
View File
@@ -391,6 +391,7 @@ CREATE TABLE if not exists `ng_games` (
`date` DATETIME NOT NULL,
`winner_nation` INT(11) NULL DEFAULT NULL,
`scenario` INT(11) NOT NULL,
`scenario_name` TEXT NOT NULL,
`env` TEXT NOT NULL COMMENT 'json',
PRIMARY KEY (`id`),
UNIQUE INDEX `server_id` (`server_id`),