'timestamp', 'updated_at' => 'timestamp' ]; public function server() { return $this->belongsTo(Server::class, 'server_id'); } }