16 lines
702 B
SQL
16 lines
702 B
SQL
-- ----------------------------
|
|
-- Table structure for users
|
|
-- ----------------------------
|
|
INSERT INTO `mall_user`.`users`(`id`, `nickname`, `avatar`, `status`, `mobile`, `password`, `password_salt`, `create_ip`, `create_time`, `update_time`) VALUES (243, '芋艿X', 'http://www.iocoder.cn/images/common/zsxq/02.png', 2, '15601691340', '$2a$10$oBHjsjw57u3/g.g47kUAV.Q3i/TrMm62fobwFjGEjNGKUcqfgs2em', '$2a$10$oBHjsjw57u3/g.g47kUAV.', '127.0.0.1', '2020-07-03 20:41:57', '2020-07-26 00:51:38');
|
|
|
|
-- ----------------------------
|
|
-- Table structure for user_sms_code
|
|
-- ----------------------------
|
|
|
|
|
|
|
|
-- ----------------------------
|
|
-- Table structure for user_sms_code
|
|
-- ----------------------------
|
|
|