“Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion” Kod odpowiedzi

Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion

seem i got the solution without change table name
  if u have bookmarks table name
    public function products() {
      return $this->belongsToMany(Product::class, 'bookmarks');
 }
Elegant Echidna

Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion

Ur answer absolutly right Famous Frog, but for case like favorites table or whithlisttable has many to many, how to solve those?
Elegant Echidna

SQLSTATE [42S02]: Tabela podstawowa lub widok nie znaleziono: 1146 TAB

It seems Laravel is trying to use category_posts table (because of many-to-many relationship). But you don't have this table, because you've created category_post table. Change name of the table to category_posts.
Famous Frog

Odpowiedzi podobne do “Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion”

Pytania podobne do “Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion”

Więcej pokrewnych odpowiedzi na “Sqlstate [42S02]: Tabela podstawowa lub widok nie znalezion” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu