01init.mql 245 B

123456789101112131415
  1. create class if not exists /test() with namespace="test"
  2. ;
  3. create edge type if not exists test.connect
  4. ;
  5. delete from /test/order with version
  6. /**
  7. onerror(continue,`not exist`,`not find`,`not found`)
  8. **/
  9. ;
  10. drop class if exists /test/order/
  11. ;