菜单添加标签
This commit is contained in:
@@ -30,6 +30,7 @@ return new class extends Migration
|
||||
$table->increments('id');
|
||||
$table->integer('category_id')->default(0)->comment('所属分类ID');
|
||||
$table->string('title', 100)->comment('导航标题');
|
||||
$table->json('tag')->comment('导航标签');
|
||||
$table->integer('image_id')->comment('导航图标信息');
|
||||
$table->string('link', 500)->nullable()->default('')->comment('跳转链接');
|
||||
$table->unsignedTinyInteger('status')->default(0)->comment('状态:0=启用,1=禁用');
|
||||
|
||||
Reference in New Issue
Block a user