refactor: 去除视频表中status字段

This commit is contained in:
2025-04-15 17:52:10 +08:00
parent a09047aadb
commit b4695af0c0
3 changed files with 0 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ class VideoBaseModel extends BaseModel
'link' => 'string',
'sort' => 'int',
'recommend' => 'int',
'status' => 'int',
'seo_title' => 'string',
'seo_keywords' => 'string',
'seo_desc' => 'string',