ALTER TABLE `mac_vod` CHANGE `vod_content` `vod_content` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
The above line of code solves the error when collecting Apple cms v10 custom interface. The reason is that the vod_content of the database is wrong, you can try;
The following is the error content:
1 SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘vod_content’ ……
ALTER TABLE `mac_vod` CHANGE `vod_content` `vod_content` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
Similar Posts:
- [Solved] cannot load from mysql.proc. the table is probably corrupted
- How to quickly locate problems in error reporting of db2-407 sqlcode: – 407, sqlstate: 23502
- How to quickly locate problems in error reporting of db2-407 sqlcode: – 407, sqlstate: 23502
- ORA-02292: integrity constraint
- Error in importing excel file from SQL Server
- Thinkphp6 Error: constraint violation: 1052 Column ‘id’ in where clause is ambiguous
- When mysql creates a table, set timestamp DEFAULT NULL error 1067-Invalid default value for’updated_at’
- [Solved] MySQL query reports an error: Legal mix of settlements
- DB2 Errors and How to Solve them
- DB2 Database table operation error SQL0668N Operation not allowed for reason code “1” on table “db”. S…