fixed some bugs

This commit is contained in:
2024-09-25 17:26:36 +04:00
parent b9ee06121a
commit fa21ab59ea
3 changed files with 26 additions and 19 deletions
+2 -2
View File
@@ -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,