...

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

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

     1CREATE (:Movie {name: "Footloose"})
     2CREATE (:Movie {name: "Ghost"})

View as plain text