relationship

Why does Laravel give an error when migrating from a foreign key?

When migrating (php artisan migrate) with a foreign-key, an error occurs: SQLSTATE[HY000]: General error: 1005 Can't crea ... he same migration and there are no errors. How to solve the problem with this a mistake? UPD: users table cities table