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 09efb68 commit e81bee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit e81bee5

Please sign in to comment.