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

Update database.php #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Ed-shrooma
Copy link

fixed error which didnt let create mysql tables on installing and updating.

msedge_jQrKdJedSs
cmd_KNCQA3KpWg

fixed error which didnt let create mysql tables on installing and updating. 

 2014_10_12_000000_create_users_table ..................................................................... 34ms FAIL

In Connection.php line 760:

  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (S
  QL: alter table `users` add unique `users_email_unique`(`email`))


In Connection.php line 545:

  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes
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

Successfully merging this pull request may close these issues.

1 participant