I am working on one NodeJs application with NodeJS, Sequelize ORM and mysql2 database.
I am creating a model xyz with one field called "text" which should hold HTML values from frontend as its getting values from a text editor in frontend with bold or italic functionalities among many.
What datatype should I assign to this field "text" in Sequelize as I am lost and I searched but could not find.
I think we cannot store that in String.
Cany anyone suggest ?