`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'` <img width="696" alt="Screen Shot 2021-01-31 at 1 17 08 PM" src="https://user-images.githubusercontent.com/42919066/106393711-b964d680-63c6-11eb-8d54-a1801fbaa16b.png">