'integer', 'login_at' => 'datetime']; public function getDeviceTextAttribute(): string { return $this->device === 'mobile' ? '手机端' : '电脑端'; } public function getLocationAttribute(): string { return implode(' ', array_filter([$this->country, $this->region, $this->city])); } }