1
0
Fork 0

更新 database/migrations/2023_08_29_173909_create_keywords_table.php

panliang 2023-12-01 09:36:33 +08:00
parent 6be4f68b0b
commit f5a1d3e6b5
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ return new class extends Migration
$table->text('description')->nullable();
$table->text('content')->nullable();
$table->string('image')->nullable();
$table->string('type_key')->nullable();
$table->unsignedInteger('sort')->default(0)->comment('排序(倒序)');
$table->unsignedBigInteger('parent_id')->default(0)->comment('上级ID');
$table->unsignedInteger('level')->default(1)->comment('层级');