mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 优化迁移脚本
This commit is contained in:
parent
044529dc70
commit
463a3a8b3a
@ -37,6 +37,18 @@ class ChangeAdminMenuField extends Migrator {
|
|||||||
'limit' => MysqlAdapter::INT_TINY,
|
'limit' => MysqlAdapter::INT_TINY,
|
||||||
'default' => 1,
|
'default' => 1,
|
||||||
'comment' => '是否显示,1-显示,0-隐藏'
|
'comment' => '是否显示,1-显示,0-隐藏'
|
||||||
|
])->addColumn('component', 'string', [
|
||||||
|
'limit' => 255,
|
||||||
|
'default' => '',
|
||||||
|
'comment' => '前端组件'
|
||||||
|
])->addColumn('class_name', 'string', [
|
||||||
|
'limit' => 255,
|
||||||
|
'default' => '',
|
||||||
|
'comment' => '后端类库'
|
||||||
|
])->addColumn('router', 'string', [
|
||||||
|
'limit' => 255,
|
||||||
|
'default' => '',
|
||||||
|
'comment' => '前端路由'
|
||||||
])->update();
|
])->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user