You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
algumas constraints necessárias: CREATE CONSTRAINT UniqueArtistUUIDConstraint ON (a:Artist) ASSERT a.uuid IS UNIQUE CREATE CONSTRAINT ExistsArtistName ON (a:Artist) ASSERT exists(a.name)
Entretanto, levar em conta casos de obras sem título, e autores desconhecidos (o que fazer com campos obrigatórios nestes casos)
The text was updated successfully, but these errors were encountered:
ver: https://neo4j.com/graphacademy/training-best-practices-40/01-best-practices40-defining-constraints-data/
algumas constraints necessárias:
CREATE CONSTRAINT UniqueArtistUUIDConstraint ON (a:Artist) ASSERT a.uuid IS UNIQUE
CREATE CONSTRAINT ExistsArtistName ON (a:Artist) ASSERT exists(a.name)
Entretanto, levar em conta casos de obras sem título, e autores desconhecidos (o que fazer com campos obrigatórios nestes casos)
The text was updated successfully, but these errors were encountered: