Skip to content

Commit 59a538f

Browse files
committed
修改迁移文件
1 parent a394715 commit 59a538f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

migrations/2020_09_21_072036_create_permission_tables.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function up()
3030
$table->tinyInteger('type')->comment('类型:1: 菜单 2:按钮 3:接口')->default(1);
3131
$table->tinyInteger('hidden')->comment('是否隐藏菜单 1:true 0 false')->default(1);
3232
$table->tinyInteger('status')->comment('启动状态1:启动 0:禁用')->default(1);
33-
$table->tinyInteger('type')->comment('类型 1:菜单 2:按钮 3:接口')->default(1);
3433
$table->smallInteger('sort')->comment('排序,数字越大越在前面');
3534
$table->timestamps();
3635
});

0 commit comments

Comments
 (0)