sql修改
This commit is contained in:
@ -15,6 +15,12 @@ ALTER TABLE yx_user modify column add_ip varchar(100) NULL DEFAULT '' COMMENT '
|
||||
|
||||
ALTER TABLE yx_user modify column last_ip varchar(100) NULL DEFAULT '' COMMENT '最后一次登录ip';
|
||||
|
||||
ALTER TABLE yx_store_visit modify column id bigint(20) NOT NULL;
|
||||
|
||||
ALTER TABLE yx_store_visit modify column product_id bigint(20) NULL DEFAULT NULL COMMENT '产品ID';
|
||||
|
||||
ALTER TABLE yx_store_visit modify column uid bigint(20) NULL DEFAULT NULL COMMENT '用户ID';
|
||||
|
||||
INSERT INTO `menu` VALUES (264, b'0', '终端装修', NULL, 0, 0, 'theme', 'theme', b'0', b'0', '--', '2021-02-25 19:33:17', '', 1, '2021-02-25 19:33:32', 0);
|
||||
INSERT INTO `menu` VALUES (265, b'1', '商城装修', NULL, 264, 999, 'theme', 'https://demo2.yixiang.co/container', b'0', b'0', '-', '2021-02-25 19:35:13', NULL, 1, NULL, 0);
|
||||
INSERT INTO `roles_menus` VALUES (264, 1);
|
||||
|
Reference in New Issue
Block a user