Add (serp ai gen)

Add (scheduler)
This commit is contained in:
2023-09-26 01:47:14 +08:00
parent e63231b65e
commit c27ec696d1
17 changed files with 1474 additions and 51 deletions

View File

@@ -36,6 +36,7 @@ class Category extends Model
'_lft' => 'int',
'_rgt' => 'int',
'parent_id' => 'int',
'serp_at' => 'datetime',
];
protected $fillable = [
@@ -46,6 +47,7 @@ class Category extends Model
'_lft',
'_rgt',
'parent_id',
'serp_at',
];
protected static function boot()