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