github.com/scraniel/migrate@v0.0.0-20230320185700-339088f36cee/database/neo4j/examples/migrations/1578421726_multistatement_test.up.cypher (about)

     1  CREATE (:Movie {name: "Hollow Man"});
     2  CREATE (:Movie {name: "Mystic River"});
     3  ;;;