khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Table not found on php artisan world:init run #53

Open KellsWorks opened 3 years ago

KellsWorks commented 3 years ago

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ecast.world_cities_locale' doesn't exist (SQL: alter table world_cities_locale add constraint world_cities_locale_ibfk_1 foreign key (city_id) references world_cities (id) on delete CASCADE on update RESTRICT)

seche commented 2 years ago

@KellsWorks Try reinstalling (rollback migrations), looks like maybe something didn't complete properly the first time around? Or manually run the migrations in the right order?