'datetime']; public function anime() { return $this->belongsTo(Anime::class); } public function user() { return $this->belongsTo(User::class); } }