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
We don't support letters yet (see #671) but it impossible to insert number like 2317a even manually:
2317a
mysql> insert into scott_catalog(code) values ('2317a'), ('2319a'); ERROR 1406 (22001): Data too long for column 'code' at row 1
Let's add migration for that first.
The text was updated successfully, but these errors were encountered:
25df91c
php-coder
No branches or pull requests
We don't support letters yet (see #671) but it impossible to insert number like
2317a
even manually:Let's add migration for that first.
The text was updated successfully, but these errors were encountered: