diff --git a/database/migrations/2024_11_23_183109_update_product_variants_table.php b/database/migrations/2024_11_23_183109_update_product_variants_table.php index 66025a6e..5e9e0443 100644 --- a/database/migrations/2024_11_23_183109_update_product_variants_table.php +++ b/database/migrations/2024_11_23_183109_update_product_variants_table.php @@ -20,8 +20,8 @@ public function up(): void $table->string('specs')->nullable(); $table->string('flavor')->nullable(); $table->string('brand')->nullable(); - $table->string('processortype')->nullable();; - $table->string('corecount')->nullable();; + $table->string('processortype')->nullable(); + $table->string('corecount')->nullable(); $table->string('graphiccardtype')->nullable(); $table->string('memorysize')->nullable(); });