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

create unique index error for column key using BLOB/TEXT #11

Open
vincent178 opened this issue Jul 28, 2017 · 0 comments
Open

create unique index error for column key using BLOB/TEXT #11

vincent178 opened this issue Jul 28, 2017 · 0 comments

Comments

@vincent178
Copy link

(Error 1170: BLOB/TEXT column 'key' used in key specification without a key length)

There's an error when using i18n database backend, it try to create unique index with column BLOB/TEXT type, but for mysql, it doesn't allow to do it. https://stackoverflow.com/questions/1827063/mysql-error-key-specification-without-a-key-length

Would it be possible to use varchar for the key?

If it's ok for you, I can create PR to solve it.

Thanks

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

1 participant