nation type을 char로 변경하고 해당하는 iActionTrigger 추가

This commit is contained in:
2018-09-02 19:52:04 +09:00
parent 93c5268fbc
commit 9dd1adacd2
15 changed files with 218 additions and 1 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ CREATE TABLE `nation` (
`power` INT(8) NULL DEFAULT '0',
`spy` CHAR(255) NOT NULL DEFAULT '{}',
`level` INT(1) NULL DEFAULT '0',
`type` INT(2) NULL DEFAULT '0',
`type` VARCHAR(16) NULL DEFAULT 'che_중립',
`rule` TEXT NULL DEFAULT '',
`history` MEDIUMTEXT NULL DEFAULT '',
`board0` TEXT NULL DEFAULT '',