Sex int `xorm:"not null default 0 comment('性別:0未知,1男,2女') TINYINT(1)"` City string `xorm:"not null default '' comment('所在城市') VARCHAR(50)"` Introduce string `xorm:"comment('自我介紹') TEXT"` Status int `xorm:"not null default 0 comment('狀態(tài):0正常,1禁用') TINYINT...
www.dbjr.com.cn/article/2410...htm 2025-5-10