*/ protected $fillable = ['owner_transaction_id', 'rz_username', 'timestamp_owner_since', 'device_id']; public function device(): BelongsTo { return $this->belongsTo(Device::class, 'device_id', 'device_id'); } //Timestamps are disabled. public $timestamps = false; }