first commit

This commit is contained in:
wubaoyong
2025-12-29 12:56:55 +08:00
commit fbeb74f0ac
47 changed files with 5026 additions and 0 deletions

9
美洽AI/Prompt/sql.md Normal file
View File

@@ -0,0 +1,9 @@
### DDL 创建
```sql
```
### DDL修改
```sql
alter table ai_material
add is_summarized bool default true null comment '是否已总结';
```