...

Text file src/github.com/golang-migrate/migrate/v4/database/neo4j/examples/migrations/1578421726_multistatement_test.up.cypher

Documentation: github.com/golang-migrate/migrate/v4/database/neo4j/examples/migrations

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

View as plain text