This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
certd
Watch
1
Star
0
Fork
0
mirror of
https://github.com/certd/certd.git
synced
2026-08-01 18:37:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1fc684d995310b8789f36443b041152bc9d97e66
certd
/
packages
/
ui
/
certd-server
/
db
/
migration-mysql
/
v10003__role_user.sql
T
2 lines
60 B
SQL
Raw
Normal View
History
Unescape
Escape
perf: 支持mysql
2024-12-09 17:47:01 +08:00
INSERT
INTO
sys_role
(
id
,
name
)
VALUES
(
3
,
'普通用户'
);
Reference in New Issue
Copy Permalink