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

mySQL issue creating field on newer versions of mySQL with default settings. #20

Open
kiwigringo opened this issue Oct 13, 2020 · 0 comments

Comments

@kiwigringo
Copy link

In newer versions of mySQL the following line generates an error with default mySQL configurations because TEXT mySQL fields are not allowed to have a default value.

$schema['raw'] = "TEXT NOT NULL DEFAULT ''"; // raw google geocode data

The issue can be fixed by not setting a default.

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