MySQL Error: Cannot Set Default for TEXT Column
-
I’m seeing a lot of this in the PHP Error Logs:
WordPress database error: BLOB, TEXT, GEOMETRY or JSON column ‘absolute’ can’t have a default value
Query: ALTER TABLE qad_realmedialibrary ALTER COLUMNabsoluteSET DEFAULT ”
From what I’ve read, it is trying to set aDEFAULT ''on aTEXTcolumn. MySQL (especially 5.7+ or 8.x) does not allow default values forTEXT,BLOB,GEOMETRY, orJSONcolumns.
I’m not certain that this is the case, but can you verify?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘MySQL Error: Cannot Set Default for TEXT Column’ is closed to new replies.