exec($sql); echo "Migration 002: Comments table created successfully.\n"; } catch (PDOException $e) { die("Migration 002 failed: " . $e->getMessage() . "\n"); } }