game의 row를 1개로 강제
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user