mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
3 lines
207 B
SQL
3 lines
207 B
SQL
INSERT INTO sys_role (id, name, create_time, update_time) VALUES (3, '管理员1', 1, 1623749138537);
|
|
INSERT INTO sys_role (id, name, create_time, update_time) VALUES (4, '只读角色1', 1, 1623749138537);
|