I am having a problem while running php artisan migrate on my second table after running my first users table in laravel. When I run the second table migration, I get this error: 
[PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists