zhangdehua 1 éve
szülő
commit
40a578dbc7
1 módosított fájl, 2 hozzáadás és 0 törlés
  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`)