'boolean', ]; public function household() { return $this->belongsTo(Household::class, 'household_id'); } public function resident() { return $this->belongsTo(Resident::class, 'resident_id'); } }