-- Add price_updated_at column to qt_configurations table ALTER TABLE qt_configurations ADD COLUMN price_updated_at TIMESTAMP NULL DEFAULT NULL AFTER server_count;