ufutx_users表增加单身字段

This commit is contained in:
tian 2024-11-15 15:39:44 +08:00
parent 7b972fa715
commit fbfc26e2f8

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_users` ADD `single` TINYINT UNSIGNED NOT NULL DEFAULT '1' COMMENT '1=未知,2=单身,3=非单身' AFTER `sex`;