Skip to content

Instantly share code, notes, and snippets.

@logikinc
Last active August 29, 2015 14:18
Show Gist options
  • Save logikinc/c3505b1073a6d7012877 to your computer and use it in GitHub Desktop.
Save logikinc/c3505b1073a6d7012877 to your computer and use it in GitHub Desktop.
Neo4j new Unique Index

CREATE CONSTRAINT ON (user:User) ASSERT user.username IS UNIQUE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment