Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema char limit #7

Closed
pixelninja opened this issue Oct 18, 2011 · 0 comments
Closed

schema char limit #7

pixelninja opened this issue Oct 18, 2011 · 0 comments

Comments

@pixelninja
Copy link

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.

pixelninja pushed a commit to pixelninja/dynamictextgroup that referenced this issue Jun 9, 2012
pixelninja pushed a commit to pixelninja/dynamictextgroup that referenced this issue Jun 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants