|
|
@@ -123,17 +123,17 @@ create table if not exists devcloud.test_info
|
|
|
|
|
|
create table if not exists devcloud.test_result
|
|
|
(
|
|
|
- id int auto_increment
|
|
|
+ id int auto_increment
|
|
|
primary key,
|
|
|
- test_id int not null,
|
|
|
- execute_time datetime not null,
|
|
|
- success int default 0 not null,
|
|
|
- failure int default 0 not null,
|
|
|
- time_list text not null,
|
|
|
- max_time int not null,
|
|
|
- min_time int not null,
|
|
|
- average_time double not null,
|
|
|
- pipeline_history_id int null
|
|
|
+ test_id int not null,
|
|
|
+ execute_time datetime not null,
|
|
|
+ success int default 0 not null,
|
|
|
+ failure int default 0 not null,
|
|
|
+ time_list text not null,
|
|
|
+ max_time int not null,
|
|
|
+ min_time int not null,
|
|
|
+ average_time double not null,
|
|
|
+ pipeline_record_id int null
|
|
|
);
|
|
|
|
|
|
create table if not exists devcloud.tree_node
|