I have a Laravel app which manages articles. These articles have a content section, which is being stored within the database as string (varchar). It worked properly when I did not put in some big content, but now it says:
String data, right truncated: 1406 Data too long for column 'content' at row 1
How am I supposed to store the content in the database as HTML?