zhangdehua 1 vuosi sitten
vanhempi
commit
40a578dbc7
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      public/install/data/install_struct.sql

+ 2 - 0
public/install/data/install_struct.sql

@@ -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`)