I'm having a problem when I run the migrate command, and I get the following message Base table or view already exists: 1050 Table 'users' already exists
In the Migration part of the up function, type this line at the beginning if(Schema::hasTable('users')) return;