update: user remarks

This commit is contained in:
tokumeikoi
2021-01-21 23:29:15 +09:00
parent f7a7c21c16
commit 007b10d925
4 changed files with 241 additions and 236 deletions

View File

@ -391,3 +391,6 @@ CREATE TABLE `v2_stat_order` (
ALTER TABLE `v2_user`
DROP `enable`;
ALTER TABLE `v2_user`
ADD `remarks` text COLLATE 'utf8_general_ci' NULL AFTER `token`;