Add (ai gen)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user