微信扫一扫
mysql创建唯一键值的时候不能使用text要使用varchar
,`user_name` varchar(200) NOT NULL unique comment '用户名',
相关推荐