game의 row를 1개로 강제

This commit is contained in:
2018-03-31 23:45:00 +09:00
parent 3875a345c9
commit 0b584c7b0d
+1 -1
View File
@@ -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,