Commit efd4a5d
committed
Add support for JSON column in column_info()
Field storage requirement for JSON column is approximately the same as
for a LONGBLOB or LONGTEXT column.
It's defined for MySQL database in
https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html#data-types-storage-reqs-json1 parent 78f031b commit efd4a5d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments