From f49c3e0ff724fe20679827cb682849a5d93f0f0f Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 16 Jan 2019 02:26:28 +0900 Subject: [PATCH] =?UTF-8?q?[18d11b2c6a]=EC=9E=A5=EC=88=98=20schema=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sql/schema.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index cec5397e..349dc46c 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -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`),