When I perform the classic migration to start my BD in PHPMyadmin I get these errors, but to all this it generates the 2 tables by default but other tables no longer accept me ... Someone can help me please is urgent
c: \ xampp \ htdocs \ test1> php artisan migrate
In Connection.php line 664:
SQLSTATE [42S01]: Base table or view already exists: 1050 Table 'users' already exists (SQL: create table
users
(id
int unsigned not null auto_increment primary key,name
varchar (255) not null,password
varchar (255) not null,remember_token
varchar (100) null,created_at
timestamp null,updated_at
tim status null) default character set utf8mb4 collate utf8mb4_unicode_ci)In Connection.php line 458:
SQLSTATE [42S01]: Base table or view already exists: 1050 Table 'users' already exists