dashboard
repositories
filestore
activity
search
login
main
/
SafePlatform.gitlab
原gitlab中SafePlatform项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
remove and commit
郑永安
2023-06-19
7a6abd05683528032687c75e80e0bd2030a3e46c
[SafePlatform.gitlab.git]
/
sql
/
prepare
1
2
-- 游客角色
INSERT INTO `zhongtai.demo`.`sys_role`(`id`, `eid`, `name`, `info`, `status`, `gmt_create`, `gmt_modified`, `code`) VALUES (0, NULL, '游客', NULL, 1, '2022-06-29 18:49:15', NULL, 'visitor');