Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KellsWorks opened this issue Sep 11, 2021 · 1 comment
Open

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

KellsWorks opened this issue Sep 11, 2021 · 1 comment

Comments

@KellsWorks
Copy link

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)

@KellsWorks KellsWorks changed the title Table not fun on php artisan world:init run Table not found on php artisan world:init run Sep 11, 2021
@seche
Copy link

seche commented Dec 15, 2021

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants