30 lines
2.0 KiB
SQL
30 lines
2.0 KiB
SQL
-- --------------------------------------------------------
|
|
-- 主机: 124.71.161.49
|
|
-- 服务器版本: 5.7.31-log - Source distribution
|
|
-- 服务器操作系统: Linux
|
|
-- HeidiSQL 版本: 12.0.0.6468
|
|
-- --------------------------------------------------------
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
/*!50503 SET NAMES utf8mb4 */;
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
|
|
-- 正在导出表 cxaibc.cx_sys_admin 的数据:~2 rows (大约)
|
|
INSERT INTO `cx_sys_admin` (`id`, `cx_mch_id`, `user_id`, `is_delete`, `created_at`, `creator_user_id`) VALUES
|
|
(1, 0, 1, 0, 0, 1);
|
|
|
|
-- 正在导出表 cxaibc.cx_user 的数据:~4 rows (大约)
|
|
INSERT INTO `cx_user` (`id`, `cx_mch_id`, `username`, `password`, `auth_key`, `access_token`, `nickname`, `avatar_url`, `mobile_phone`, `mobile_prefix`, `email`, `real_name`, `desc`, `gender`, `birthday`, `status`, `parent_id`, `is_modify_un`, `is_delete`, `country_id`, `city_id`, `created_at`, `updated_at`, `type`, `store_id`, `is_view`) VALUES
|
|
(1, 0, 'admin', '$2y$13$aQufr.UxFnirmMZ57WrUIutFDEw.3.DDgiLy8dZayFWZFISZW/VQy', '$2y$13$aQufr.UxFnirmMZ57WrUIutFDEw.3.DDgiLy8dZayFWZFISZW/VQy', '$2y$13$aQufr.UxFnirmMZ57WrUIutFDEw.3.DDgiLy8dZayFWZFISZW/VQy', 'admin', '/statics/images/avatar.jpg', 'J+l/qiv0b9KQM67kr+HdqQ==', '86', '', '', NULL, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0);
|
|
|
|
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
|
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
|