01init.mql 217 B

12345678910111213141516
  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/ with version
  6. /**
  7. onerror(continue)
  8. noerrinfo()
  9. **/
  10. ;
  11. drop class if exists /test/order/
  12. ;