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