修复数据库参数类型错误

This commit is contained in:
李志强 2026-01-30 16:30:53 +08:00
parent 581738da6e
commit 85e52cea87

View File

@ -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',