fixed some bugs
This commit is contained in:
@@ -20,8 +20,8 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
-- ----------------------------
|
||||
-- Table structure for auth_chart_order
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `auth_chart_order`;
|
||||
CREATE TABLE `auth_chart_order` (
|
||||
DROP TABLE IF EXISTS `chart_order`;
|
||||
CREATE TABLE `chart_order` (
|
||||
`id` int NOT NULL,
|
||||
`user_id` int NULL DEFAULT NULL,
|
||||
`order` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user