Formatted Text in LONGTEXT Field - > MYSQL

I’ve got an app which takes basic information about Items, and writes them to a MYSQL database.
One of the fields is a description field for the item.

I’m having major troubles with this particular field.

The field in the database is a TEXT field. with no maximum character limit.

The goal is to input item descriptions from within the app, with text formatting such as line breaks,

currently, when i write this data in the app, it’s recorded in the database all as one big long string.
Has anyone else had this issue?

I’ve also tried changing the field data type to VARCHAR, and it’s the same result.

0 4 1,401
4 REPLIES 4
Top Labels in this Space