장수 schema 수정

This commit is contained in:
2019-01-16 02:26:28 +09:00
parent 00bbf4eae2
commit 18d11b2c6a
+2
View File
@@ -41,6 +41,7 @@ CREATE TABLE `general` (
`dex30` INT(8) NULL DEFAULT '0', `dex30` INT(8) NULL DEFAULT '0',
`dex40` INT(8) NULL DEFAULT '0', `dex40` INT(8) NULL DEFAULT '0',
`level` INT(2) NULL DEFAULT '0', `level` INT(2) NULL DEFAULT '0',
`permission` ENUM('normal','auditor','ambassador') NULL DEFAULT 'normal',
`gold` INT(6) NULL DEFAULT '1000', `gold` INT(6) NULL DEFAULT '1000',
`rice` INT(6) NULL DEFAULT '1000', `rice` INT(6) NULL DEFAULT '1000',
`crew` INT(5) NULL DEFAULT '0', `crew` INT(5) NULL DEFAULT '0',
@@ -150,6 +151,7 @@ CREATE TABLE `general` (
`turn23` VARCHAR(50) NULL DEFAULT '[0,0,0,0]', `turn23` VARCHAR(50) NULL DEFAULT '[0,0,0,0]',
`recturn` VARCHAR(50) NULL DEFAULT '[0,0,0,0]', `recturn` VARCHAR(50) NULL DEFAULT '[0,0,0,0]',
`resturn` VARCHAR(30) NULL DEFAULT '', `resturn` VARCHAR(30) NULL DEFAULT '',
`penalty` TEXT NULL DEFAULT '',
PRIMARY KEY (`no`), PRIMARY KEY (`no`),
INDEX `nation` (`nation`, `npc`), INDEX `nation` (`nation`, `npc`),
INDEX `city` (`city`), INDEX `city` (`city`),