certd/packages/ui/certd-server/db/migration-pg/v10003__role_user.sql

2 lines
61 B
MySQL
Raw Normal View History

2024-07-16 17:30:00 +00:00
INSERT INTO sys_role (id, name ) VALUES (3, '普通用户');