修复数据库参数类型错误
This commit is contained in:
parent
581738da6e
commit
85e52cea87
@ -20,7 +20,7 @@ class AdminModules extends Model
|
|||||||
'path' => 'string',
|
'path' => 'string',
|
||||||
'icon' => 'string',
|
'icon' => 'string',
|
||||||
'description' => 'string',
|
'description' => 'string',
|
||||||
'type' => 'string',
|
'type' => 'integer',
|
||||||
'sort' => 'integer',
|
'sort' => 'integer',
|
||||||
'status' => 'integer',
|
'status' => 'integer',
|
||||||
'is_show' => 'integer',
|
'is_show' => 'integer',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user