MySQL error code
MySQL error 1163
MySQL server error 1163 is ER_TABLE_CANT_HANDLE_BLOB, reported with SQLSTATE 42000.
The used table type doesn't support BLOB/TEXT columns
| Error | 1163 |
|---|---|
| Name | ER_TABLE_CANT_HANDLE_BLOB |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference