feat_增加字段_sql优化
This commit is contained in:
parent
3b42857fd7
commit
192abf956b
|
@ -53,6 +53,6 @@ create table if not exists relationship_edge (
|
||||||
|
|
||||||
ALTER TABLE api_definition ADD remark TEXT NULL;
|
ALTER TABLE api_definition ADD remark TEXT NULL;
|
||||||
|
|
||||||
ALTER TABLE test_case_review ADD COLUMN follow_people;
|
ALTER TABLE test_case_review ADD COLUMN follow_people VARCHAR(100);
|
||||||
ALTER TABLE test_plan ADD COLUMN follow_people;
|
ALTER TABLE test_plan ADD COLUMN follow_people VARCHAR(100);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue