Open LockedThread opened 3 years ago
CREATE CONSTRAINT user_uniqueness IF NOT EXISTS ON (u:User) ASSERT u.uid IS UNIQUE
The CREATE gives an error saying <any cypher option>, <command>, <delete>, <reading clause>, BEGIN, CALL, COMMIT, CREATE, DROP, FOREACH, MERGE, REMOVE, RETURN, SET, USING or WITH expected, got 'CREATE'
CREATE
<any cypher option>, <command>, <delete>, <reading clause>, BEGIN, CALL, COMMIT, CREATE, DROP, FOREACH, MERGE, REMOVE, RETURN, SET, USING or WITH expected, got 'CREATE'
Similar issues and PRs.
CREATE CONSTRAINT user_uniqueness IF NOT EXISTS ON (u:User) ASSERT u.uid IS UNIQUE
The
CREATE
gives an error saying<any cypher option>, <command>, <delete>, <reading clause>, BEGIN, CALL, COMMIT, CREATE, DROP, FOREACH, MERGE, REMOVE, RETURN, SET, USING or WITH expected, got 'CREATE'