去掉status状态字段
parent
aea7d202e6
commit
e7ab16e694
|
|
@ -24,7 +24,7 @@ return new class extends Migration
|
||||||
$table->unsignedTinyInteger('is_recommend')->default(0)->comment('推荐开关');
|
$table->unsignedTinyInteger('is_recommend')->default(0)->comment('推荐开关');
|
||||||
$table->unsignedTinyInteger('is_enable')->default(1)->comment('显示开关');
|
$table->unsignedTinyInteger('is_enable')->default(1)->comment('显示开关');
|
||||||
$table->unsignedInteger('sort')->default(0)->comment('排序');
|
$table->unsignedInteger('sort')->default(0)->comment('排序');
|
||||||
$table->unsignedTinyInteger('status')->default(0)->comment('0未使用,1种植中,2维护中,3已废弃');
|
// $table->unsignedTinyInteger('status')->default(0)->comment('0未使用,1种植中,2维护中,3已废弃');
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue