Add (ai gen)

This commit is contained in:
2023-10-01 04:29:03 +08:00
parent 5b4a02778e
commit fcfd320215
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class ShopeeSellerScrape extends Model
protected $casts = [
'category_id' => 'int',
'epoch' => 'int',
'last_ai_written_at' => 'datetime',
];
protected $fillable = [
@@ -39,6 +40,7 @@ class ShopeeSellerScrape extends Model
'country_iso',
'epoch',
'filename',
'last_ai_written_at',
];
public function category()