...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
golang-migrate
/
migrate
/
v4
/
database
/
neo4j
/
examples
/
migrations
/
1578421040_create_movies_constraint.up.cypher
Documentation:
github.com/golang-migrate/migrate/v4/database/neo4j/examples/migrations
1
CREATE CONSTRAINT ON (m:Movie) ASSERT m.Name IS UNIQUE
View as plain text