php artisan migrate
[Illuminate\Database\QueryException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'produtos' a lready exists (SQL: create table produtos
(id
int unsigned not null aut o_increment primary key, created_at
timestamp default 0 not null, update
d_at
timestamp default 0 not null) default character set utf8 collate utf8 _unicode_ci)
[PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'produtos' a lready exists