2 lines
95 B
SQL
2 lines
95 B
SQL
ALTER TABLE `xxb_entry` CHANGE `platform` `platform` varchar(255) NOT NULL DEFAULT 'xuanxuan';
|