From 0b584c7b0d48d09335d1eae23e33cd19ef977350 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 31 Mar 2018 23:45:00 +0900 Subject: [PATCH] =?UTF-8?q?game=EC=9D=98=20row=EB=A5=BC=201=EA=B0=9C?= =?UTF-8?q?=EB=A1=9C=20=EA=B0=95=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/sql/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twe/sql/schema.sql b/twe/sql/schema.sql index 17800322..b318843c 100644 --- a/twe/sql/schema.sql +++ b/twe/sql/schema.sql @@ -356,7 +356,7 @@ create table plock ( ########################################################################## CREATE TABLE `game` ( - `no` INT(11) NOT NULL AUTO_INCREMENT, + `no` ENUM('1') NOT NULL DEFAULT '1', `startyear` INT(3) NOT NULL, `year` INT(3) NOT NULL, `month` INT(3) NOT NULL,