We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
::Error: BLOB, TEXT, GEOMETRY or JSON column 'pagination_settings' can't have a default value (Mysql2::Error)
See original report in #3138.
The text was updated successfully, but these errors were encountered:
@NeoMod can I ask which version of MySQL/MariaDB you're running, please?
Sorry, something went wrong.
This seems to be because MySQL 8+ wants the default as an expression, not a literal. But surely Rails should be handling that for us? See https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html
Worst case is we don't set a default for MySQL. The code will use default values from elsewhere anyway, so it probably won't matter at all.
This works OK with MariaDB 10, just tested it...
No branches or pull requests
::Error: BLOB, TEXT, GEOMETRY or JSON column 'pagination_settings' can't have a default value (Mysql2::Error)
See original report in #3138.
The text was updated successfully, but these errors were encountered: