You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- -- ljy
- -- 霸主特权
- ALTER TABLE overlord_info ADD buy_time int(11) NOT NULL COMMENT '上次购买时间';
-
- ALTER TABLE overlord_info modify rename_time VARCHAR(255) NOT NULL DEFAULT '[]' COMMENT '上次改名时间';
|