Level 4
..anyone?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I'm just testing Laravel 5.4 with a very basic app.
I just created new migration, and for some reason when i do -
php artisan migrate
i see this -
[PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists
It seems it cannot identify that i created a new migration. Any ideas? Thanks.
Please or to participate in this conversation.