증축, 천도, 감축

This commit is contained in:
2020-04-14 02:36:20 +09:00
parent a4595a6592
commit cbe341ff2c
10 changed files with 721 additions and 15 deletions
-1
View File
@@ -205,7 +205,6 @@ CREATE TABLE `city` (
`city` INT(6) NOT NULL AUTO_INCREMENT,
`name` CHAR(64) NOT NULL,
`level` INT(1) NOT NULL,
`upgrading` INT(1) NOT NULL DEFAULT '0',
`nation` INT(6) NOT NULL DEFAULT '0',
`supply` INT(1) NOT NULL DEFAULT '1',
`front` INT(1) NOT NULL DEFAULT '0',