xxb/db/upgradexuanxuan2.2.0.sql
2023-10-23 15:51:36 +08:00

2 lines
124 B
SQL

ALTER TABLE `xxb_user` CHANGE `status` `clientStatus` enum('online', 'away', 'busy', 'offline') NOT NULL DEFAULT 'offline';