With PHP, I am storing serialized objects in a MySQL database.
What column type should I use? I am currently using "LONGTEXT" since basically it's a string.
It's working but I worry that bigger objects might not save correctly.
What column type should I use?