Remove tax_all_products
This commit is contained in:
parent
fec69f98e2
commit
c40cc829dd
|
|
@ -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');
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue