dropPrimary('id'); $table->bigInteger('id')->unsigned()->primary()->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('statuses', function (Blueprint $table) { // }); } }