codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.79k stars 224 forks source link

L8 Cannot Install Table Missing #290

Closed s1rc closed 3 years ago

s1rc commented 3 years ago

Running command composer require studio/laravel-totem results in the following error:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'app.task_frequencies' doesn't exist (SQL: select * from `task_frequencies` where `task_frequencies`.`task_id` = 2 and `task_frequencies`.`task_id` is not null)

Seems obvious, but we can't run the migration without the package installed.

kanhaiyam commented 3 years ago

Have you had totem installed before and are trying to reinstall. Anyways, try this -> #145

or try it on a fresh installation.

s1rc commented 3 years ago

@kanhaiyam thank you that fixed it.