Skip to content

Commit

Permalink
Change cell type in table
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitucci committed Jun 5, 2024
1 parent ebd2372 commit 974f826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 974f826

Please sign in to comment.