unsignedBigInteger("main_image")->nullable()->default(null); $table->foreign('main_image')->references('id')->on('images'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }