add: Missing fields to item table.

master
WildEgo 2025-10-09 22:43:07 +01:00
parent 6eee6264cd
commit 27ded1527f
1 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,18 @@ return new class extends Migration
$table->unsignedInteger('socket3')->default(0);
$table->unsignedInteger('socket4')->default(0);
$table->unsignedInteger('socket5')->default(0);
$table->tinyInteger('apply_path0')->default(0);
$table->smallInteger('apply_value0')->default(0);
$table->tinyInteger('apply_type0')->default(0);
$table->tinyInteger('apply_path1')->default(0);
$table->smallInteger('apply_value1')->default(0);
$table->tinyInteger('apply_type1')->default(0);
$table->tinyInteger('apply_path2')->default(0);
$table->smallInteger('apply_value2')->default(0);
$table->tinyInteger('apply_type2')->default(0);
$table->tinyInteger('apply_path3')->default(0);
$table->smallInteger('apply_value3')->default(0);
$table->tinyInteger('apply_type3')->default(0);
$table->tinyInteger('attrtype0')->default(0);
$table->smallInteger('attrvalue0')->default(0);
$table->tinyInteger('attrtype1')->default(0);