'array', 'is_active' => 'boolean', ]; protected static function booted(): void { } public function business() { return $this->belongsTo(Business::class); } public function linkedUser() { return $this->belongsTo(User::class, 'linked_user_id'); } }