exec($sql); echo "Migration for users table applied successfully." . PHP_EOL; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage()); }