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

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