feat: init
This commit is contained in:
4
db/2025_11_04_add_templateId.sql
Normal file
4
db/2025_11_04_add_templateId.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 增加角色表模板ID字段(若不存在)
|
||||
ALTER TABLE `xiaozhi`.`sys_role`
|
||||
ADD COLUMN `templateId` int unsigned DEFAULT NULL COMMENT '模板ID' AFTER `modelId`;
|
||||
|
||||
Reference in New Issue
Block a user