Did you already migrate other tabels? Did you try to completely drop the database and run the migrations again?
Jan 13, 2017
4
Level 3
Php artisan migrate not working
Hi, I have problem. I created migration via php artisan, and i want execute the migration but if I run the php artisan migrate, i show err...
[Illuminate\Database\QueryException] SQLSTATE[HY000] [2002] (SQL: select * from information_schema.tables where table_schema = itczech and table_name = migrations)
Where is the problem? All working well earlier, but now not ...
Please or to participate in this conversation.