integer("pid")->default(0)->comment("父级ID"); $table->string("url")->nullable()->comment("路由或外链地址"); $table->string("icon")->nullable()->comment("图标样式"); $table->tinyInteger("visible")->default(1)->comment("是否可见"); $table->integer("sortnumber")->default(0)->comment("排序值"); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };