forked from devsam/core
[18d11b2c6a]장수 schema 수정
This commit is contained in:
@@ -40,6 +40,7 @@ CREATE TABLE `general` (
|
||||
`dex30` INT(8) NULL DEFAULT '0',
|
||||
`dex40` INT(8) NULL DEFAULT '0',
|
||||
`level` INT(2) NULL DEFAULT '0',
|
||||
`permission` ENUM('normal','auditor','ambassador') NULL DEFAULT 'normal',
|
||||
`gold` INT(6) NULL DEFAULT '1000',
|
||||
`rice` INT(6) NULL DEFAULT '1000',
|
||||
`crew` INT(5) NULL DEFAULT '0',
|
||||
@@ -123,6 +124,7 @@ CREATE TABLE `general` (
|
||||
`betwingold` INT(8) NULL DEFAULT '0',
|
||||
`last_turn` TEXT NOT NULL DEFAULT '{}',
|
||||
`aux` TEXT NOT NULL DEFAULT '{}' COMMENT 'JSON',
|
||||
`penalty` TEXT NULL DEFAULT '',
|
||||
PRIMARY KEY (`no`),
|
||||
INDEX `nation` (`nation`, `npc`),
|
||||
INDEX `city` (`city`),
|
||||
|
||||
Reference in New Issue
Block a user