bigInteger("user_id")->unsigned()->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('role_user', function (Blueprint $table) { $table->integer("user_id")->unsigned()->change(); }); } }