|
@@ -778,6 +778,8 @@ CREATE TABLE `yoshop_user` (
|
|
|
`store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID',
|
|
|
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
|
|
|
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
|
|
+ `salt` varchar(50) NOT NULL DEFAULT '' COMMENT '盐',
|
|
|
+ `password` varchar(255) NOT NULL DEFAULT '' COMMENT '密码',
|
|
|
PRIMARY KEY (`user_id`),
|
|
|
KEY `mobile` (`mobile`),
|
|
|
KEY `store_id` (`store_id`)
|