From 1ff3c92537ed701f3d061883a7c5e3a2e6e09e6f Mon Sep 17 00:00:00 2001 From: fengxiao <1063371248@qq.com> Date: Tue, 12 Oct 2021 15:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8Csql=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=8C=E5=B7=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 513_sixth.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/513_sixth.sql b/513_sixth.sql index 66b3fe9..aebf37e 100644 --- a/513_sixth.sql +++ b/513_sixth.sql @@ -65,14 +65,14 @@ CREATE TABLE `roominfo` ( `room_pushsongcd` int(255) NULL DEFAULT NULL COMMENT '顶歌间隔', `room_votepass` int(255) NULL DEFAULT NULL COMMENT '投票切歌', `room_playone` int(255) NULL DEFAULT NULL COMMENT '是否单曲循环', - `room_pushdaycount ` int(255) NULL DEFAULT NULL COMMENT '日顶次数', + `room_pushdaycount` int(255) NULL DEFAULT NULL COMMENT '日顶次数', PRIMARY KEY (`room_id`) USING BTREE ) ENGINE = MyISAM AUTO_INCREMENT = 90166 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of roominfo -- ---------------------------- -INSERT INTO `roominfo` VALUES (888, 1, 1, 1, 'ts1**', 4, '欢迎!!', 0, 0, 0, '0', '0', 0, 0, '', 1, '', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `roominfo` VALUES (888, 1, 1, 1, 'ts1**', 4, '欢迎!!', 0, 0, 0, '0', '0', 0, 0, '', 1, '', NULL, NULL, NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for songinfo -- Gitee