Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table

   Illuminate\Database\QueryException 

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

  at C:\Users\monda\Downloads\MSoft-Secure-Dashboard\backend\vendor\laravel\framework\src\Illuminate\Database\Connection.php:712
    708Γûò         // If an exception occurs when attempting to run a query, we'll format the error
    709Γûò         // message to include the bindings with SQL, which will make this exception a
    710Γûò         // lot more helpful to the developer instead of just the database's errors.
    711Γûò         catch (Exception $e) {
  Γ₧£ 712Γûò             throw new QueryException(
    713Γûò                 $query, $this->prepareBindings($bindings), $e
    714Γûò             );
    715Γûò         }
    716Γûò     }

  1   C:\Users\monda\Downloads\MSoft-Secure-Dashboard\backend\vendor\laravel\framework\src\Illuminate\Database\Connection.php:501
      PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes")

  2   C:\Users\monda\Downloads\MSoft-Secure-Dashboard\backend\vendor\laravel\framework\src\Illuminate\Database\Connection.php:501
      PDOStatement::execute()
