exec($sql); echo "Migration 002 successful: candlestick_data table created or already exists." . PHP_EOL; } catch (PDOException $e) { die("Migration 002 failed: " . $e->getMessage() . PHP_EOL); }