同步 SSO 相关的 MySQL、SQL Server 的脚本

This commit is contained in:
YunaiV
2022-05-26 00:13:06 +08:00
parent 495f121463
commit 6566605da3
4 changed files with 574 additions and 394 deletions

View File

@ -9,6 +9,7 @@ VALUES (
);
-- 按钮父菜单ID
-- 暂时只支持 MySQL。如果你是 Oracle、PostgreSQL、SQLServer 的话,需要手动修改 @parentId 的部分的代码
SELECT @parentId := LAST_INSERT_ID();
-- 按钮 SQL