|
|
@@ -24,3 +24,13 @@ alter table lab_check_record_details modify column jcx_id varchar(50) COMMENT '
|
|
|
/* 添加时间:2023-3-6 ****/
|
|
|
/************************************************/
|
|
|
ALTER TABLE lab_algorithm ADD original_img bigint(255) DEFAULT NULL COMMENT '原始图';
|
|
|
+
|
|
|
+/************************************************/
|
|
|
+/* 更新表: lab_algorithm ****/
|
|
|
+/* 字段: original_img ****/
|
|
|
+/* 添加人:xxf ****/
|
|
|
+/* 添加时间:2023-3-8 ****/
|
|
|
+/************************************************/
|
|
|
+ALTER TABLE lab_algorithm ADD resp_code bigint(20) DEFAULT NULL COMMENT '算法请求状态码';
|
|
|
+ALTER TABLE lab_algorithm ADD resp_data text DEFAULT NULL COMMENT '算法请求返回的json串';
|
|
|
+ALTER TABLE lab_algorithm ADD update_time datetime DEFAULT NULL COMMENT '更新时间';
|