8 lines
196 B
MySQL
8 lines
196 B
MySQL
|
|
/*
|
||
|
|
-- Query: SELECT * FROM shiroDemo.shiro_role
|
||
|
|
LIMIT 0, 1000
|
||
|
|
|
||
|
|
-- Date: 2018-02-08 16:41
|
||
|
|
*/
|
||
|
|
INSERT INTO `shiro_role` (`id`,`create_time`,`role_name`) VALUES (1,'2018-02-05 11:22:09','管理员');
|