Hi,
I am trying to run following cypher via Neo4j browser
CREATE CONSTRAINT test_id IF NOT EXISTS ON (n:Test) ASSERT n.id IS UNIQUE
it is giving following error
Invalid input 'I': expected whitespace, comment or ON (line 1, column 27 (offset: 26))
"C...