What’s wrong with using TEXT?
Too small. Needs to be more than 64k.
Note MySql has a maximum row limit of 65,535 bytes.
This excludes BLOB/TEXT/MEDIUMTEXT/LONGTEXT etc. They only take up to 8 bytes of the row as actual data is stored elsewhere.
What’s wrong with using TEXT?
Too small. Needs to be more than 64k.
Note MySql has a maximum row limit of 65,535 bytes.
This excludes BLOB/TEXT/MEDIUMTEXT/LONGTEXT etc. They only take up to 8 bytes of the row as actual data is stored elsewhere.