38, 'name' => 'Khmer', 'locale' => 'km_KH']); } Schema::table('companies', function (Blueprint $table) { $table->dropColumn('enable_e_invoice'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };