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