'boolean', 'is_hevc' => 'boolean', 'hevc_checked_at' => 'datetime', ]; public function episode() { return $this->belongsTo(Episode::class); } }