Skip to content

Commit 4af674c

Browse files
committed
fix
1 parent 92add2d commit 4af674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/2020_09_21_072036_create_permission_tables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function up()
2424
$table->string('display_name', 50)->comment('名称');
2525
$table->string('display_desc', 100)->comment('描述');
2626
$table->string('url', 255);
27-
$table->string('varchar', 255)->comment('组件地址');
27+
$table->string('component', 255)->comment('组件地址');
2828
$table->string('guard_name');
2929
$table->string('icon')->comment('图标');
3030
$table->tinyInteger('type')->comment('类型:1: 菜单 2:按钮 3:接口')->default(1);

0 commit comments

Comments
 (0)