You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO`toolbox_plugin`VALUES (1, 'Hello,Pluto', 'If you see this message, it means that your program is running properly.', 'example', 'aoaostar_com\\example', '{}', 'v1.0', 0, 1, 0, 0, 'default', '2022-09-06 20:43:33', '2022-09-10 23:34:01');
103
+
INSERT INTO`toolbox_plugin`VALUES (1, 'Hello,Pluto', 'If you see this message, it means that your program is running properly.', 'example', 'aoaostar_com\\example', '{}', 'v1.0', 0, 1, 0, 0, 'default', 'visitor', '2022-09-10 23:34:01', '2022-09-10 23:34:01');
ALTERTABLE`toolbox_plugin` ADD COLUMN `template`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'default' AFTER `category_id`;
4
-
5
-
SET FOREIGN_KEY_CHECKS=1;
1
+
ALTERTABLE`toolbox_plugin` ADD COLUMN `template`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'default' AFTER `category_id`;
ALTERTABLE`toolbox_plugin` MODIFY COLUMN `template`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'default' COMMENT '模板' AFTER `category_id`;
2
+
3
+
ALTERTABLE`toolbox_plugin` ADD COLUMN `permission`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'visitor' COMMENT '权限' AFTER `template`;
0 commit comments