|
|
@ -61,6 +61,7 @@ return new class extends Migration |
|
|
$table->string('show')->default(1)->comment('是否显示 0否 1是'); |
|
|
$table->string('show')->default(1)->comment('是否显示 0否 1是'); |
|
|
$table->tinyInteger('status')->default(1)->comment('状态 0禁用 1启用'); |
|
|
$table->tinyInteger('status')->default(1)->comment('状态 0禁用 1启用'); |
|
|
$table->timestamps(); |
|
|
$table->timestamps(); |
|
|
|
|
|
$table->softDeletes(); |
|
|
$table->innoDb(); |
|
|
$table->innoDb(); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|