"README.md" did not exist on "097ab72e2b2b6d59fbc12bd8a2849876c38cca0e"
Commit 192abf95 authored by wxg0103's avatar wxg0103 Committed by fit2-zhao
Browse files

feat_增加字段_sql优化

parent 3b42857f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -53,6 +53,6 @@ create table if not exists relationship_edge (
ALTER TABLE api_definition ADD remark TEXT NULL;
ALTER TABLE test_case_review ADD COLUMN follow_people;
ALTER TABLE test_plan ADD COLUMN follow_people;
ALTER TABLE test_case_review ADD COLUMN follow_people VARCHAR(100);
ALTER TABLE test_plan ADD COLUMN follow_people VARCHAR(100);
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment