vault backup: 2026-01-19 22:33:16
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
### DDL 创建
|
||||
```sql
|
||||
|
||||
```
|
||||
### DDL修改
|
||||
```sql
|
||||
alter table ai_material
|
||||
add is_summarized bool default true null comment '是否已总结';
|
||||
|
||||
|
||||
|
||||
alter table ai_intelligence_reply
|
||||
add match_scene json comment '场景意图';
|
||||
alter table ai_intelligence_reply
|
||||
add match_type tinyint default 1 not null comment '匹配类型';
|
||||
alter table ai_intelligence_reply
|
||||
add match_resource tinyint default 0 null comment '留资匹配';
|
||||
```
|
||||
Reference in New Issue
Block a user