How to fix error Base table or view not found: 1146 Table laravel relationship table?
问题 I am a new of laravel I try to create relationship many to many between table,My problem when I am insert data in to database I got errors QueryException in Connection.php line 713: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'learn.category_posts' doesn't exist (SQL: insert into category_posts ( category_id , posts_id ) values (4, )) can anyone help me pls . and here below is my migrate and code: 2016_08_04_131009_create_table_posts.php public function up() { Schema::create(