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

incorrect column length id #4

Open
yog-admin-git opened this issue Nov 8, 2017 · 1 comment
Open

incorrect column length id #4

yog-admin-git opened this issue Nov 8, 2017 · 1 comment

Comments

@yog-admin-git
Copy link

CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;

INSERT INTO list (id, value) VALUES ('AFN', 'Afghan Afghani');
INSERT INTO list (id, value) VALUES ('AFA', 'Afghan Afghani (1927–2002)');
.............
.............

@umpirsky
Copy link
Owner

umpirsky commented Nov 8, 2017

Thanks, fixed in umpirsky/list-generator#5, now we just need to update data:

composer update umpirsky/list-generator && ./bin/build

If you are up to the task, I can appreciate and merge PR. :)

@umpirsky umpirsky reopened this Nov 8, 2017
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