Remove tax_all_products

This commit is contained in:
David Bomba 2023-04-01 09:56:26 +11:00
parent fec69f98e2
commit c40cc829dd

View File

@ -21,6 +21,7 @@ return new class extends Migration
Schema::table('companies', function (Illuminate\Database\Schema\Blueprint $table) {
$table->mediumText('tax_data')->nullable()->change();
$table->dropColumn('tax_all_products');
});
}