@@ -3,6 +3,7 @@ create table if not exists devcloud.func_test_case
id int auto_increment
primary key,
project_id int not null,
+ task_id int not null,
title varchar(63) null,
pass tinyint(1) default 0 not null
) CHARSET=utf8;