You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pixelninja
pushed a commit
to pixelninja/dynamictextgroup
that referenced
this issue
Jun 9, 2012
You have set the
schema
row to be avarchar
with a limit of 5000 characters butvarchar
can only ever have 255 chars in MySQL, to my knowledge anyway. If you change it to be atext
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.
The text was updated successfully, but these errors were encountered: