03_relation.mql 671 B

123456
  1. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_occurs_on '发生于';
  2. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_trades_on '挂钩';
  3. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_booked_by '归属';
  4. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_executed_by '执行';
  5. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_involves '涉及';
  6. create edge type if not exists project_1000119_harness_draft.project_1000119_harness_draft_belongs_to '归属';