exec($sql); } echo "All migrations completed successfully!\n"; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage() . "\n"); }