Compare commits

..

No commits in common. "2361deef1f1d218b6528af29708f4312edad1016" and "cedbff4a0771ad987dcd69e9cb342f2df85df671" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ create table ai_intelligent_annotation_service
update_time datetime default CURRENT_TIMESTAMP on UPDATE CURRENT_TIMESTAMP comment '更新时间',
create_time datetime default CURRENT_TIMESTAMP comment '创建时间',
primary key(intelligent_annotation_service_id)
)engine=innodb comment = '智能标注服务';
)engine=innodb comment = '智能标注服务;
INSERT INTO ai_intelligent_annotation_service (
intelligent_annotation_service_name,