Skip to content

Scott catalog number can be 5 characters long #676

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

Closed
php-coder opened this issue Oct 29, 2017 · 0 comments
Closed

Scott catalog number can be 5 characters long #676

php-coder opened this issue Oct 29, 2017 · 0 comments
Assignees
Milestone

Comments

@php-coder
Copy link
Owner

We don't support letters yet (see #671) but it impossible to insert number like 2317a even manually:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant