'boolean', ]; public function contact() { return $this->belongsTo(Contact::class, 'contact_id'); } }