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
* link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/database-administration/#access-control-database-administration-tokens[`NAME MANAGEMENT`] (if graph type includes node labels, relationship types, or properties not already in the graph)
15
15
====
@@ -33,7 +33,7 @@ ALTER CURRENT GRAPH TYPE SET {
33
33
----
34
34
35
35
[NOTE]
36
-
For details about all the elements included in the above graph type, see xref:schema/graph-types/set-graph-types.adoc[].
36
+
For details about the different elements a graph type can contain, see xref:schema/graph-types/set-graph-types.adoc[].
37
37
38
38
.Alter node and relationship element types in a graph type
39
39
[source, cypher]
@@ -97,8 +97,6 @@ For more information about how graph types are implemented, see xref:schema/grap
97
97
98
98
The behavior of key and property uniqueness constraints on identifying node labels and relationship types, as well as constraints on non-identifying node labels and relationship types with regard to the `ALTER CURRENT GRAPH TYPE ALTER` command follows that of xref:schema/constraints/index.adoc[Neo4j constraints]; they can be created and dropped, but they cannot be altered through a single command (they must, in that case, be dropped and recreated to fit the desired alteration).
99
99
100
-
It is not allowed to add key and property uniqueness constraints to node or relationship element types when altering a graph type. Nor can they be converted into another one through alteration.
101
-
102
100
It is not allowed to add key and property uniqueness constraints to node or relationship element types when altering a graph type.
103
101
Nor can they be converted into another one through alteration.
* link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/database-administration/#access-control-database-administration-tokens[`NAME MANAGEMENT`] (if graph type includes node labels, relationship types, or properties not already in the graph)
14
14
====
15
15
@@ -30,13 +30,13 @@ ALTER CURRENT GRAPH TYPE SET {
30
30
----
31
31
32
32
[NOTE]
33
-
For details about all the elements included in the above graph type, see xref:schema/graph-types/set-graph-types.adoc[].
33
+
For details about the different elements a graph type can contain, see xref:schema/graph-types/set-graph-types.adoc[].
The reverse (adding a node or relationship element type with an identifying label/type already defined by a property type or property existence constraint) is also not possible.
120
120
<3> This attempts to add a node element type with an identifying label already used as an implied label in a node element type in the existing graph type (`Pet`).
121
121
This is not valid.
122
+
The reverse (adding a node element type with an implied label that is already used as an identifying label in an existing node element type) is also not possible.
0 commit comments