'timestamp', 'updated_at' => 'timestamp' ]; /** * Get the server that this traffic stat belongs to */ public function server() { return $this->belongsTo(Server::class, 'server_id'); } }