github.com/getsynq/migrate/v4@v4.15.3-0.20220615182648-8e72daaa5ed9/database/neo4j/examples/migrations/1578421725_create_movies.up.cypher (about)

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