Skip to content

add content on indexes #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

AlexicaWright
Copy link
Contributor

No description provided.


[source,cypher]
----
CREATE INDEX person_born FOR (p:Person) ON (p.born);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add IF NOT EXISTS

or you can just use show indexes instead of creating new ones and discuss the existing indexes / constraints

@AlexicaWright AlexicaWright merged commit b90dfdd into neo4j-graph-examples:main May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants