Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Last active June 26, 2020 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maskaravivek/010705be89a339b10f6e5931ed93099c to your computer and use it in GitHub Desktop.
Save maskaravivek/010705be89a339b10f6e5931ed93099c to your computer and use it in GitHub Desktop.
CREATE CONSTRAINT ON (c:Address) ASSERT c.address IS UNIQUE;
CREATE CONSTRAINT ON (c:PhoneNumber) ASSERT c.phone_number IS UNIQUE;
CREATE CONSTRAINT ON (c:Email) ASSERT c.email IS UNIQUE;
CREATE CONSTRAINT ON (c:User) ASSERT c.id IS UNIQUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment