1Try this command it works for me
2
3php artisan migrate:fresh
4However, be careful! This command will drop all data from your DB:
1$ php artisan migrate:fresh
2
3Dropped all tables successfully.
4Migration table created successfully.
5Migrating: 2014_10_12_000000_create_users_table
6Migrated: 2014_10_12_000000_create_users_table
7Migrating: 2014_10_12_100000_create_password_resets_table
8Migrated: 2014_10_12_100000_create_password_resets_table
9