File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ MySQL values are mapped according to this table:
8484| numeric, decimal | text | |
8585| bool, boolean | integer | 1 for true, 0 for false |
8686| float, double, real | real | |
87- | bit | integer | |
8887| enum | text | |
8988| set | text | Converted to JSON array |
9089| char, varchar | text | |
@@ -94,6 +93,7 @@ MySQL values are mapped according to this table:
9493| time, datetime | text | ISO 8061 format: ` YYYY-MM-DDTHH:mm:ss.sssZ ` |
9594| year | text | |
9695| json | text | There is no dedicated JSON type — JSON functions operate directly on text values. |
96+ | bit | blob | |
9797| binary, varbinary | blob | See note below regarding binary types |
9898| blob, tinyblob, mediumblob, longblob | blob | |
9999| geometry, geometrycollection | blob | |
You can’t perform that action at this time.
0 commit comments