belongsTo(SensitiveData::class, 'sensitive_id'); } public function admin() { return $this->belongsTo(Admin::class, 'admin_id'); } }