신규 AI 구현 준비

This commit is contained in:
2020-03-31 02:05:04 +09:00
parent b116741e25
commit e6c37c0d1e
4 changed files with 311 additions and 2 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ CREATE TABLE `city` (
`officer3set` INT(1) NOT NULL DEFAULT '0',
`officer2set` INT(1) NOT NULL DEFAULT '0',
`state` INT(2) NOT NULL DEFAULT '0',
`region` INT(2) NOT NULL COMMENT 'TODO:Delete',
`region` INT(2) NOT NULL,
`term` INT(1) NOT NULL DEFAULT '0',
`conflict` VARCHAR(500) NOT NULL DEFAULT '{}',
PRIMARY KEY (`city`),