exec($sql); } catch (PDOException $e) { echo "Error running migration: " . $e->getMessage() . "\n"; // You might want to log this or handle it more gracefully } } } run_migrations();