Laravel运行 php artisan migrate报错表已存在 Base table or view already exists: 1050 Table 'users' already...

加上判断即可

if (!Schema::hasTable('users')) {