[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
6
chat_web_backend/doc/sql/gpt_folder.sql
Normal file
6
chat_web_backend/doc/sql/gpt_folder.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create table gpt_folder (
|
||||
id bigint auto_increment comment '主键' ,
|
||||
folder_name varchar(300) not null comment '文件夹名称',
|
||||
primary key (id)
|
||||
) engine=innodb charset = utf8 comment = '文件夹信息表';
|
||||
commit;
|
||||
Reference in New Issue
Block a user