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
on mysql adapter boolean description looks like this:
foo [boolean, not null, limit=1]
no need to provide limit for boolean column. It would be pretty cool if test suite could was running on different adapters.
The text was updated successfully, but these errors were encountered:
same goes for integer (if limit==4), and this also happens on mysql only (pg & sqlite are ok)
Sorry, something went wrong.
No branches or pull requests
on mysql adapter boolean description looks like this:
no need to provide limit for boolean column. It would be pretty cool if test suite could was running on different adapters.
The text was updated successfully, but these errors were encountered: