mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 05:03:43 +08:00
4 lines
150 B
SQL
4 lines
150 B
SQL
-- 聊天模型表添加模型能力字段
|
|
alter table chat_model
|
|
add model_capability varchar(255) default '[]' not null comment '模型能力';
|