'datetime', 'publicerad' => 'datetime', 'uppdaterad' => 'datetime', 'wn_expires' => 'datetime', 'timestamp' => 'datetime', 'slutdatum' => 'datetime', 'webbtvlive' => 'boolean', ]; public function person() { return $this->belongsTo(Person::class, 'intressent_id', 'intressent_id'); } public function mottagare() { return $this->belongsTo(Person::class, 'mottagare_id', 'intressent_id'); } }