Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. C:\xampp\htdocs\laravel\laravel>php artisan migrate:refresh
  3. Migration table not found.
  4. Migration table created successfully.
  5.  
  6.  
  7. [Illuminate\Database\QueryException]
  8. SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))
  9.  
  10.  
  11.  
  12. [PDOException]
  13. SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
  14.  
  15.  
  16.  
  17. C:\xampp\htdocs\laravel\laravel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement