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

raw_data field a string limit 255? #3

Open
jasonspick opened this issue Jul 16, 2014 · 1 comment
Open

raw_data field a string limit 255? #3

jasonspick opened this issue Jul 16, 2014 · 1 comment

Comments

@jasonspick
Copy link

I keep on getting offset errors from Laravel. It seems as though it runs out of room to write the last bracket. I changed the field type in the database as text, not string and now it works fine. Why did you choose string vs text?

@tomvo
Copy link

tomvo commented Aug 20, 2014

I had the same issue, same resolution. I think we should add a migration for this to change from varchar to text

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