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 92add2d commit 4af674cCopy full SHA for 4af674c
migrations/2020_09_21_072036_create_permission_tables.php
@@ -24,7 +24,7 @@ public function up()
24
$table->string('display_name', 50)->comment('名称');
25
$table->string('display_desc', 100)->comment('描述');
26
$table->string('url', 255);
27
- $table->string('varchar', 255)->comment('组件地址');
+ $table->string('component', 255)->comment('组件地址');
28
$table->string('guard_name');
29
$table->string('icon')->comment('图标');
30
$table->tinyInteger('type')->comment('类型:1: 菜单 2:按钮 3:接口')->default(1);
0 commit comments