This commit is contained in:
Tokumeikoi
2020-03-02 20:29:17 +08:00
parent c8cb1f8e83
commit 47686d50c5
6 changed files with 48 additions and 60 deletions

View File

@ -177,7 +177,8 @@ CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`,
ADD `onetime_price` int(11) NULL AFTER `year_price`;
ALTER TABLE `v2_user`
DROP `banned`;
DROP `enable`,
ADD `banned` tinyint(1) NOT NULL DEFAULT '0' AFTER `transfer_enable`;
ALTER TABLE `v2_user`
CHANGE `expired_at` `expired_at` bigint(20) NULL DEFAULT '0' AFTER `token`;