bigInteger('author_id')->unsigned()->nullable(); $table->foreign('author_id')->references('id')->on('authors')->onUpdate('cascade')->onDelete('set null'); } ); } /** * Reverse the migrations. * * @return void */ public function down() { // } }