This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certd
mirror of
https://github.com/certd/certd
Watch
1
Star
0
Fork
You've already forked certd
0
Code
Issues
Projects
Releases
Wiki
Activity
c3f04a80fd
certd
/
packages
/
ui
/
certd-server
/
db
/
migration-pg
/
v10003__role_user.sql
2 lines
61 B
SQL
Raw
Blame
History
INSERT
INTO
sys_role
(
id
,
name
)
VALUES
(
3
,
'
普通用户
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink