You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
496 B

  1. INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
  2. '888','普通用户','0',1585971896000,NULL,NULL);
  3. INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
  4. '8881','普通用户子角色','888',1585971896000,NULL,NULL);
  5. INSERT INTO sys_authorities (authority_id,authority_name,parent_id,created_at,updated_at,deleted_at) VALUES (
  6. '9528','测试角色','0',1585971896000,NULL,NULL);