You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
291 B
MySQL
14 lines
291 B
MySQL
4 months ago
|
ALTER TABLE `guild_member`
|
||
|
DROP COLUMN `account_id`,
|
||
|
DROP COLUMN `hair`,
|
||
|
DROP COLUMN `hair_color`,
|
||
|
DROP COLUMN `gender`,
|
||
|
DROP COLUMN `class`,
|
||
|
DROP COLUMN `lv`,
|
||
|
DROP COLUMN `exp_payper`,
|
||
|
DROP COLUMN `online`,
|
||
|
DROP COLUMN `name`;
|
||
|
|
||
|
ALTER TABLE `friends`
|
||
|
DROP COLUMN `friend_account`;
|