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