I have a data model which uses longtext fields. Unfortunately when using migrations, it changeds this definition into ordinary text, losing me a sizeable chunk of the data stored in these fields.
Is there a way make migrations create longtext fields?