Skip to content

Instantly share code, notes, and snippets.

@cj2001
Created November 2, 2021 17:39
Show Gist options
  • Save cj2001/46f4e152872427fab4e0cc974fe12fc8 to your computer and use it in GitHub Desktop.
Save cj2001/46f4e152872427fab4e0cc974fe12fc8 to your computer and use it in GitHub Desktop.
Set CORA DB constraints
// Create constraints
CREATE CONSTRAINT papers IF NOT EXISTS ON (p:Paper) ASSERT p.id IS UNIQUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment