Summary:
field type textarea is limited to varchar 255 by default
Detailed Description:
When adding a field textarea it is expected that the module that is generated
can store more than 255 characters in this field. This is not the case, it is
limited to 255 characters. Maybe this has already been fixed in newer versions.