boolean('oom_killer')->after("allocations")->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('products', function (Blueprint $table) { $table->dropColumn('oom_killer'); }); } };