1.加入ai对话框 模块日报功能
This commit is contained in:
7
sql/mysql/tenant_add_ai_fields_to_system_tenant.sql
Normal file
7
sql/mysql/tenant_add_ai_fields_to_system_tenant.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- ----------------------------
|
||||
-- 在 system_tenant 表中添加租户提示词字段
|
||||
-- 执行前请备份数据
|
||||
-- ----------------------------
|
||||
|
||||
ALTER TABLE `system_tenant`
|
||||
ADD COLUMN `tenant_prompt` varchar(2000) NULL DEFAULT '' COMMENT '租户提示词' AFTER `account_count`;
|
||||
Reference in New Issue
Block a user