Skip to content

"Movie Graph Guide" browser tutorial SyntaxError #1844

Open
@vikingUnet

Description

@vikingUnet
  • Neo4j version: 4.3.19
  • Operating system: Ubuntu 20.04.5 LTS
  • API/Driver: http://localhost:7474/browser/ tutorial "Movie Graph Guide", step 3
  • Steps to reproduce
  • Expected behavior
  • CREATE CONSTRAINT ON (n:Movie) ASSERT (n.title) IS UNIQUE
  • CREATE CONSTRAINT ON (n:Person) ASSERT (n.name) IS UNIQUE
  • Actual behavior
  • CREATE CONSTRAINT FOR (n:Movie) REQUIRE (n.title) IS UNIQUE
  • CREATE CONSTRAINT FOR (n:Person) REQUIRE (n.name) IS UNIQUE

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions