00init.mql 193 B

123456789101112
  1. create class if not exists /test() with namespace="test"
  2. ;
  3. create edge type if not exists test.connect
  4. ;
  5. typedef if not exists STRSTR = varchar
  6. ;
  7. typedef if not exists DOUDOU = double
  8. ;