'datetime', 'used_at' => 'datetime', 'created_at' => 'datetime', ]; public function server(): BelongsTo { return $this->belongsTo(Server::class); } public function user(): BelongsTo { return $this->belongsTo(User::class); } }