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

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