We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394715 commit 59a538fCopy full SHA for 59a538f
migrations/2020_09_21_072036_create_permission_tables.php
@@ -30,7 +30,6 @@ public function up()
30
$table->tinyInteger('type')->comment('类型:1: 菜单 2:按钮 3:接口')->default(1);
31
$table->tinyInteger('hidden')->comment('是否隐藏菜单 1:true 0 false')->default(1);
32
$table->tinyInteger('status')->comment('启动状态1:启动 0:禁用')->default(1);
33
- $table->tinyInteger('type')->comment('类型 1:菜单 2:按钮 3:接口')->default(1);
34
$table->smallInteger('sort')->comment('排序,数字越大越在前面');
35
$table->timestamps();
36
});
0 commit comments