Good Morning, pls I wish to know if it is possible to use the data type 'text' in Jhipster jdl.If Yes, pls help me.
I 've try by inserting "text" but it seems not been recognize by the Jdl
I wish to store the data as "text" by using the datatype TEXT, but the jhipster jdl doesn't recognize it
TEXTdoes not exist in JDL field types, check the doc: https://www.jhipster.tech/jdl/entities-fields#field-types-and-validationsDepending on what you want to achieve, it could be
StringorTextBlob.