exec($sql); echo "Migration 001: users table created or already exists." . PHP_EOL; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage()); }