Skip to content

Commit

Permalink
DOC-1806-broken-links-3.6
Browse files Browse the repository at this point in the history
DOC-1806-broken-links-3.6

defining-a-graph-schema -> attribute-data-types
  • Loading branch information
victorleeTG authored Jun 30, 2023
1 parent 5e9f364 commit 1272055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ddl-and-loading/pages/defining-a-graph-schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ attribute_list :=
["," attribute_name type [DEFAULT default_value] ]*
----

The available attribute types, including user-defined types, are listed in the section xref:attribute-data-types.adoc[Attribute Data Types].
The available attribute types, including user-defined types, are listed in the section xref:system-and-language-basics.adoc#_attribute_data_types[Attribute Data Types].

. Every attribute data type has a built-in default value (e.g., the default value for INT type is 0). The `DEFAULT default_value` option overrides the built-in value.
. There is no maximum number of attributes, but there is a maximum storage size for a xref:_create_vertex[vertex].
Expand Down

0 comments on commit 1272055

Please sign in to comment.