예약 테이블 점검. 스키마 수정

This commit is contained in:
2018-06-29 01:50:28 +09:00
parent 07ba7933fb
commit 10e825dc9f
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ ENGINE=InnoDB
######
#
CREATE TABLE `reserved_open` (
CREATE TABLE IF NOT EXISTS `reserved_open` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`options` TEXT NULL DEFAULT NULL,
`date` DATETIME NULL DEFAULT NULL,