github.com/nagyist/migrate/v4@v4.14.6/database/neo4j/examples/migrations/1578421726_multistatement_test.up.cypher (about)

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