9 lines
230 B
MySQL
9 lines
230 B
MySQL
|
|
/*
|
||
|
|
-- Query: SELECT * FROM shiroDemo.shiro_user_role
|
||
|
|
LIMIT 0, 1000
|
||
|
|
|
||
|
|
-- Date: 2018-02-08 16:42
|
||
|
|
*/
|
||
|
|
INSERT INTO `shiro_user_role` (`user_id`,`role_id`) VALUES (2,1);
|
||
|
|
INSERT INTO `shiro_user_role` (`user_id`,`role_id`) VALUES (47,1);
|