brockpetrie / dynamictextgroup

A Symphony field that provides a method to dynamically add a text field or text field groups to a section entry
22 stars 13 forks source link

schema char limit #7

Closed pixelninja closed 11 years ago

pixelninja commented 13 years ago

You have set the schema row to be a varchar with a limit of 5000 characters but varchar can only ever have 255 chars in MySQL, to my knowledge anyway. If you change it to be a text type instead, then it shouldn't be an issue.

I was creating DTG fields with 4-5 fields within, but because of the varchar restrictions it was cutting off half the schema.