We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d670c7 commit 54362f0Copy full SHA for 54362f0
types/integer.json
@@ -38,13 +38,6 @@
38
"mode": "int64"
39
},
40
"capacity": 8
41
- },
42
- {
43
- "schema": {
44
- "mode": "int64"
45
46
- "capacity": 16,
47
- "mode": "decimal"
48
}
49
]
50
types/number.json
@@ -40,6 +40,13 @@
"capacity": 8,
"mode": "floating"
+ },
+ {
+ "schema": {
+ "mode": "double"
+ "capacity": 16,
+ "mode": "decimal"
51
52
0 commit comments