modified 优化迁移脚本

This commit is contained in:
zhaoxiang 2020-03-24 20:17:12 +08:00
parent 463a3a8b3a
commit 2e30c4e432

View File

@ -41,10 +41,6 @@ class ChangeAdminMenuField extends Migrator {
'limit' => 255,
'default' => '',
'comment' => '前端组件'
])->addColumn('class_name', 'string', [
'limit' => 255,
'default' => '',
'comment' => '后端类库'
])->addColumn('router', 'string', [
'limit' => 255,
'default' => '',