From 974f8269ef2c02fde68980f56c54f310189f573a Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Wed, 5 Jun 2024 15:44:12 +0100 Subject: [PATCH] Change cell type in table --- doc/modules/ROOT/pages/management-ops/graph-creation/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/management-ops/graph-creation/index.adoc b/doc/modules/ROOT/pages/management-ops/graph-creation/index.adoc index 7c052396f7..53954a5abf 100644 --- a/doc/modules/ROOT/pages/management-ops/graph-creation/index.adoc +++ b/doc/modules/ROOT/pages/management-ops/graph-creation/index.adoc @@ -45,7 +45,7 @@ Every supported type also defines a fallback value, which is used to indicate th The following table lists the supported property types, as well as their corresponding fallback values. .Types -[opts="header",cols="1,1,1,1a"] +[opts="header",cols="1,1,1,1"] |=== | Java Type | Cypher Type | Precision | Fallback value | Long | Integer | 64 bit signed | `Long.MIN_VALUE` footnote:min-value[Value of -2^63]