Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kristi11 committed Dec 8, 2024
1 parent e81bee5 commit 4d787c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function down(): void
{
Schema::table('product_variants', function (Blueprint $table) {
$table->dropColumn('material');
$table->string('dstorage')->nullable();
$table->dropColumn('enginevolume');
$table->dropColumn('style');
$table->dropColumn('performance');
Expand Down

0 comments on commit 4d787c1

Please sign in to comment.