exec($sql); echo "Migration 002 completed successfully: 'users' table created." . PHP_EOL; } catch (PDOException $e) { die("Migration 002 failed: " . $e->getMessage()); } ?>