refactor: 去除文章enabled字段相关

This commit is contained in:
2025-04-12 10:15:30 +08:00
parent be4001ad4d
commit a2dc146130
4 changed files with 1 additions and 11 deletions

View File

@@ -34,7 +34,6 @@ class ArticleBaseModel extends BaseModel
'seo_title' => 'string',
'seo_keywords' => 'string',
'seo_desc' => 'string',
'enabled' => 'int',
'created_at' => 'datetime',
'updated_at' => 'datetime',
'deleted_at' => 'datetime',