add: Missing fields to item table.
parent
6eee6264cd
commit
27ded1527f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue