unsignedBigInteger("gallery")->nullable()->change(); $table->unsignedBigInteger("tenant")->nullable()->change(); }); Schema::table("traffic", function(Blueprint $table) { $table->unsignedBigInteger("gallery")->nullable()->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }