{
  "query": "SELECT COUNT(*) as featured_count FROM casino_games WHERE is_featured = 1 AND is_active = 1; SELECT id, title, provider, category, rtp, volatility, play_count FROM casino_games WHERE is_featured = 1 AND is_active = 1 ORDER BY play_count DESC LIMIT 20;",
  "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway04.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3sE2opaakiHhpCk.root --database 38mmEpDjJeLLr6ocaGW5p5 --execute SELECT COUNT(*) as featured_count FROM casino_games WHERE is_featured = 1 AND is_active = 1; SELECT id, title, provider, category, rtp, volatility, play_count FROM casino_games WHERE is_featured = 1 AND is_active = 1 ORDER BY play_count DESC LIMIT 20;",
  "returncode": 1,
  "logs": [
    "ERROR 1054 (42S22) at line 1: Unknown column 'is_featured' in 'where clause'"
  ]
}