cf
This commit is contained in:
374
Moncter/数据库/KR.js
Normal file
374
Moncter/数据库/KR.js
Normal file
@@ -0,0 +1,374 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:11
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 厦门京东内
|
||||
// ----------------------------
|
||||
db.getCollection("厦门京东内").drop();
|
||||
db.createCollection("厦门京东内");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 厦门用户资产2025年9月
|
||||
// ----------------------------
|
||||
db.getCollection("厦门用户资产2025年9月").drop();
|
||||
db.createCollection("厦门用户资产2025年9月");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 厦门用户资产2025年9月_优化版
|
||||
// ----------------------------
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").drop();
|
||||
db.createCollection("厦门用户资产2025年9月_优化版");
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").createIndex({
|
||||
user_level: NumberInt("1")
|
||||
}, {
|
||||
name: "user_level_1"
|
||||
});
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").createIndex({
|
||||
total_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "total_score_-1"
|
||||
});
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").createIndex({
|
||||
mobile: NumberInt("1")
|
||||
}, {
|
||||
name: "mobile_1"
|
||||
});
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").createIndex({
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "city_1"
|
||||
});
|
||||
db.getCollection("厦门用户资产2025年9月_优化版").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 游戏_深度用户有过语音聊天、魔兽等
|
||||
// ----------------------------
|
||||
db.getCollection("游戏_深度用户有过语音聊天、魔兽等").drop();
|
||||
db.createCollection("游戏_深度用户有过语音聊天、魔兽等");
|
||||
db.getCollection("游戏_深度用户有过语音聊天、魔兽等").createIndex({
|
||||
user_id: NumberInt("1")
|
||||
}, {
|
||||
name: "user_id_1"
|
||||
});
|
||||
db.getCollection("游戏_深度用户有过语音聊天、魔兽等").createIndex({
|
||||
user_value: NumberInt("1")
|
||||
}, {
|
||||
name: "user_value_1"
|
||||
});
|
||||
db.getCollection("游戏_深度用户有过语音聊天、魔兽等").createIndex({
|
||||
overlap_count: NumberInt("1")
|
||||
}, {
|
||||
name: "overlap_count_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 用户估值
|
||||
// ----------------------------
|
||||
db.getCollection("用户估值").drop();
|
||||
db.createCollection("用户估值");
|
||||
db.getCollection("用户估值").createIndex({
|
||||
user_key: NumberInt("1")
|
||||
}, {
|
||||
name: "user_key_1",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
phone_masked: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_masked_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
province: NumberInt("1"),
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "province_1_city_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
computed_at: NumberInt("-1")
|
||||
}, {
|
||||
name: "computed_at_-1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
source_channels: NumberInt("1")
|
||||
}, {
|
||||
name: "source_channels_1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
"data_quality.completeness": NumberInt("-1")
|
||||
}, {
|
||||
name: "data_quality.completeness_-1"
|
||||
});
|
||||
db.getCollection("用户估值").createIndex({
|
||||
user_evaluation_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "user_evaluation_score_-1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 用户资产整合
|
||||
// ----------------------------
|
||||
db.getCollection("用户资产整合").drop();
|
||||
db.createCollection("用户资产整合");
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
user_key: NumberInt("1")
|
||||
}, {
|
||||
name: "idx_user_key"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "idx_phone"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
consumption_level: NumberInt("1")
|
||||
}, {
|
||||
name: "idx_consumption_level"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
consumption_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "idx_consumption_score_desc"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "idx_city"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
age_range: NumberInt("1")
|
||||
}, {
|
||||
name: "idx_age_range"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
user_evaluation_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "idx_user_evaluation_score_desc"
|
||||
});
|
||||
db.getCollection("用户资产整合").createIndex({
|
||||
consumption_level: NumberInt("1"),
|
||||
consumption_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "idx_level_score"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_A级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_A级用户").drop();
|
||||
db.createCollection("金融客户_厦门_A级用户");
|
||||
db.getCollection("金融客户_厦门_A级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_A级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_A级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_B级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_B级用户").drop();
|
||||
db.createCollection("金融客户_厦门_B级用户");
|
||||
db.getCollection("金融客户_厦门_B级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_B级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_B级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_C级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_C级用户").drop();
|
||||
db.createCollection("金融客户_厦门_C级用户");
|
||||
db.getCollection("金融客户_厦门_C级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_C级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_C级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_D级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_D级用户").drop();
|
||||
db.createCollection("金融客户_厦门_D级用户");
|
||||
db.getCollection("金融客户_厦门_D级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_D级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_D级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_E级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_E级用户").drop();
|
||||
db.createCollection("金融客户_厦门_E级用户");
|
||||
db.getCollection("金融客户_厦门_E级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_E级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_E级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融客户_厦门_S级用户
|
||||
// ----------------------------
|
||||
db.getCollection("金融客户_厦门_S级用户").drop();
|
||||
db.createCollection("金融客户_厦门_S级用户");
|
||||
db.getCollection("金融客户_厦门_S级用户").createIndex({
|
||||
total_score: NumberInt("1")
|
||||
}, {
|
||||
name: "total_score_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_S级用户").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("金融客户_厦门_S级用户").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 金融组02250905
|
||||
// ----------------------------
|
||||
db.getCollection("金融组02250905").drop();
|
||||
db.createCollection("金融组02250905");
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1"
|
||||
});
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1"
|
||||
});
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"身份证": NumberInt("1")
|
||||
}, {
|
||||
name: "身份证_1"
|
||||
});
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"综合评分": NumberInt("-1")
|
||||
}, {
|
||||
name: "综合评分_-1"
|
||||
});
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"用户等级": NumberInt("1")
|
||||
}, {
|
||||
name: "用户等级_1"
|
||||
});
|
||||
db.getCollection("金融组02250905").createIndex({
|
||||
"城市": NumberInt("1")
|
||||
}, {
|
||||
name: "城市_1"
|
||||
});
|
||||
509
Moncter/数据库/KR_KR.js
Normal file
509
Moncter/数据库/KR_KR.js
Normal file
@@ -0,0 +1,509 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_KR
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:19
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 34万HR人力资源经理企业1
|
||||
// ----------------------------
|
||||
db.getCollection("34万HR人力资源经理企业1").drop();
|
||||
db.createCollection("34万HR人力资源经理企业1");
|
||||
db.getCollection("34万HR人力资源经理企业1").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("34万HR人力资源经理企业1").createIndex({
|
||||
"电话": NumberInt("1")
|
||||
}, {
|
||||
name: "电话_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 34万HR人力资源经理企业3
|
||||
// ----------------------------
|
||||
db.getCollection("34万HR人力资源经理企业3").drop();
|
||||
db.createCollection("34万HR人力资源经理企业3");
|
||||
db.getCollection("34万HR人力资源经理企业3").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 34万HR人力资源经理企业4
|
||||
// ----------------------------
|
||||
db.getCollection("34万HR人力资源经理企业4").drop();
|
||||
db.createCollection("34万HR人力资源经理企业4");
|
||||
db.getCollection("34万HR人力资源经理企业4").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 34万HR人力资源经理企业5
|
||||
// ----------------------------
|
||||
db.getCollection("34万HR人力资源经理企业5").drop();
|
||||
db.createCollection("34万HR人力资源经理企业5");
|
||||
db.getCollection("34万HR人力资源经理企业5").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 51JOB
|
||||
// ----------------------------
|
||||
db.getCollection("51JOB").drop();
|
||||
db.createCollection("51JOB");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 8万条借款数据
|
||||
// ----------------------------
|
||||
db.getCollection("8万条借款数据").drop();
|
||||
db.createCollection("8万条借款数据");
|
||||
db.getCollection("8万条借款数据").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for CSDN用户数据
|
||||
// ----------------------------
|
||||
db.getCollection("CSDN用户数据").drop();
|
||||
db.createCollection("CSDN用户数据");
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
domain: NumberInt("1")
|
||||
}, {
|
||||
name: "domain_1"
|
||||
});
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
created_at: NumberInt("-1")
|
||||
}, {
|
||||
name: "created_at_-1"
|
||||
});
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
data_source: NumberInt("1")
|
||||
}, {
|
||||
name: "data_source_1"
|
||||
});
|
||||
db.getCollection("CSDN用户数据").createIndex({
|
||||
username: NumberInt("1"),
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1_email_1",
|
||||
unique: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for Sheet2
|
||||
// ----------------------------
|
||||
db.getCollection("Sheet2").drop();
|
||||
db.createCollection("Sheet2");
|
||||
db.getCollection("Sheet2").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for pw_members
|
||||
// ----------------------------
|
||||
db.getCollection("pw_members").drop();
|
||||
db.createCollection("pw_members");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for www.jfclub.com
|
||||
// ----------------------------
|
||||
db.getCollection("www.jfclub.com").drop();
|
||||
db.createCollection("www.jfclub.com");
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
u_id: NumberInt("1")
|
||||
}, {
|
||||
name: "u_id_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
email: NumberInt("1"),
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1_name_1"
|
||||
});
|
||||
db.getCollection("www.jfclub.com").createIndex({
|
||||
phone: NumberInt("1"),
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1_name_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 人人网用户数据
|
||||
// ----------------------------
|
||||
db.getCollection("人人网用户数据").drop();
|
||||
db.createCollection("人人网用户数据");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 借贷
|
||||
// ----------------------------
|
||||
db.getCollection("借贷").drop();
|
||||
db.createCollection("借贷");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 全国车主数据集_2020年
|
||||
// ----------------------------
|
||||
db.getCollection("全国车主数据集_2020年").drop();
|
||||
db.createCollection("全国车主数据集_2020年");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 北京本科
|
||||
// ----------------------------
|
||||
db.getCollection("北京本科").drop();
|
||||
db.createCollection("北京本科");
|
||||
db.getCollection("北京本科").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 千脑云电脑_qiannao_com
|
||||
// ----------------------------
|
||||
db.getCollection("千脑云电脑_qiannao_com").drop();
|
||||
db.createCollection("千脑云电脑_qiannao_com");
|
||||
db.getCollection("千脑云电脑_qiannao_com").createIndex({
|
||||
"用户名": NumberInt("1")
|
||||
}, {
|
||||
name: "用户名_1"
|
||||
});
|
||||
db.getCollection("千脑云电脑_qiannao_com").createIndex({
|
||||
"邮箱": NumberInt("1")
|
||||
}, {
|
||||
name: "邮箱_1"
|
||||
});
|
||||
db.getCollection("千脑云电脑_qiannao_com").createIndex({
|
||||
"用户ID": NumberInt("1")
|
||||
}, {
|
||||
name: "用户ID_1"
|
||||
});
|
||||
db.getCollection("千脑云电脑_qiannao_com").createIndex({
|
||||
"创建时间": NumberInt("1")
|
||||
}, {
|
||||
name: "创建时间_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 天涯论坛tianya.cn
|
||||
// ----------------------------
|
||||
db.getCollection("天涯论坛tianya.cn").drop();
|
||||
db.createCollection("天涯论坛tianya.cn");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 情感
|
||||
// ----------------------------
|
||||
db.getCollection("情感").drop();
|
||||
db.createCollection("情感");
|
||||
db.getCollection("情感").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("情感").createIndex({
|
||||
"手机": NumberInt("1")
|
||||
}, {
|
||||
name: "手机_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 慈溪人才网
|
||||
// ----------------------------
|
||||
db.getCollection("慈溪人才网").drop();
|
||||
db.createCollection("慈溪人才网");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 房产网
|
||||
// ----------------------------
|
||||
db.getCollection("房产网").drop();
|
||||
db.createCollection("房产网");
|
||||
db.getCollection("房产网").createIndex({
|
||||
uid: NumberInt("1")
|
||||
}, {
|
||||
name: "uid_1",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("房产网").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("房产网").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("房产网").createIndex({
|
||||
regdate: NumberInt("1")
|
||||
}, {
|
||||
name: "regdate_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 抖音直播粉
|
||||
// ----------------------------
|
||||
db.getCollection("抖音直播粉").drop();
|
||||
db.createCollection("抖音直播粉");
|
||||
db.getCollection("抖音直播粉").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("抖音直播粉").createIndex({
|
||||
Uid: NumberInt("1")
|
||||
}, {
|
||||
name: "Uid_1"
|
||||
});
|
||||
db.getCollection("抖音直播粉").createIndex({
|
||||
sec_uid: NumberInt("1")
|
||||
}, {
|
||||
name: "sec_uid_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 收藏品微信好友
|
||||
// ----------------------------
|
||||
db.getCollection("收藏品微信好友").drop();
|
||||
db.createCollection("收藏品微信好友");
|
||||
db.getCollection("收藏品微信好友").createIndex({
|
||||
WechatId: NumberInt("1")
|
||||
}, {
|
||||
name: "IX_Kefure_WechatFriend_WechatId"
|
||||
});
|
||||
db.getCollection("收藏品微信好友").createIndex({
|
||||
OwnerWechatId: NumberInt("1")
|
||||
}, {
|
||||
name: "IX_Kefure_WechatFriend_OwnerWechatId"
|
||||
});
|
||||
db.getCollection("收藏品微信好友").createIndex({
|
||||
Phone: NumberInt("1")
|
||||
}, {
|
||||
name: "Phone_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 收藏品用户
|
||||
// ----------------------------
|
||||
db.getCollection("收藏品用户").drop();
|
||||
db.createCollection("收藏品用户");
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
Id: NumberInt("1")
|
||||
}, {
|
||||
name: "Id_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
WechatAccountId: NumberInt("1")
|
||||
}, {
|
||||
name: "WechatAccountId_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
WechatId: NumberInt("1")
|
||||
}, {
|
||||
name: "WechatId_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
AccountId: NumberInt("1")
|
||||
}, {
|
||||
name: "AccountId_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
OwnerWechatId: NumberInt("1")
|
||||
}, {
|
||||
name: "OwnerWechatId_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
GroupId: NumberInt("1")
|
||||
}, {
|
||||
name: "GroupId_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
Nickname: NumberInt("1")
|
||||
}, {
|
||||
name: "Nickname_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
AccountNickname: NumberInt("1")
|
||||
}, {
|
||||
name: "AccountNickname_1"
|
||||
});
|
||||
db.getCollection("收藏品用户").createIndex({
|
||||
OwnerNickname: NumberInt("1")
|
||||
}, {
|
||||
name: "OwnerNickname_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 木蚂蚁munayi_com
|
||||
// ----------------------------
|
||||
db.getCollection("木蚂蚁munayi_com").drop();
|
||||
db.createCollection("木蚂蚁munayi_com");
|
||||
db.getCollection("木蚂蚁munayi_com").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1",
|
||||
unique: true,
|
||||
sparse: true
|
||||
});
|
||||
db.getCollection("木蚂蚁munayi_com").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1",
|
||||
sparse: true
|
||||
});
|
||||
db.getCollection("木蚂蚁munayi_com").createIndex({
|
||||
uid: NumberInt("1")
|
||||
}, {
|
||||
name: "uid_1",
|
||||
sparse: true
|
||||
});
|
||||
db.getCollection("木蚂蚁munayi_com").createIndex({
|
||||
data_hash: NumberInt("1")
|
||||
}, {
|
||||
name: "data_hash_1",
|
||||
unique: true,
|
||||
sparse: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 狂人影子库user
|
||||
// ----------------------------
|
||||
db.getCollection("狂人影子库user").drop();
|
||||
db.createCollection("狂人影子库user");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 珍爱网
|
||||
// ----------------------------
|
||||
db.getCollection("珍爱网").drop();
|
||||
db.createCollection("珍爱网");
|
||||
db.getCollection("珍爱网").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 用户身份凭证数据集
|
||||
// ----------------------------
|
||||
db.getCollection("用户身份凭证数据集").drop();
|
||||
db.createCollection("用户身份凭证数据集");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网红库
|
||||
// ----------------------------
|
||||
db.getCollection("网红库").drop();
|
||||
db.createCollection("网红库");
|
||||
db.getCollection("网红库").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
sec_uid: NumberInt("1")
|
||||
}, {
|
||||
name: "sec_uid_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
idcard: NumberInt("1")
|
||||
}, {
|
||||
name: "idcard_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
collectId: NumberInt("1")
|
||||
}, {
|
||||
name: "collectId_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
cateId: NumberInt("1")
|
||||
}, {
|
||||
name: "cateId_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
authorId: NumberInt("1")
|
||||
}, {
|
||||
name: "authorId_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
uniqueId: NumberInt("1")
|
||||
}, {
|
||||
name: "uniqueId_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
phoneNumber: NumberInt("1")
|
||||
}, {
|
||||
name: "phoneNumber_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
nickname: NumberInt("1")
|
||||
}, {
|
||||
name: "nickname_1"
|
||||
});
|
||||
db.getCollection("网红库").createIndex({
|
||||
updatedAt: NumberInt("1")
|
||||
}, {
|
||||
name: "updatedAt_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 雅虎用户
|
||||
// ----------------------------
|
||||
db.getCollection("雅虎用户").drop();
|
||||
db.createCollection("雅虎用户");
|
||||
31
Moncter/数据库/KR_Linkedln.js
Normal file
31
Moncter/数据库/KR_Linkedln.js
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_Linkedln
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:28
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for linkedin
|
||||
// ----------------------------
|
||||
db.getCollection("linkedin").drop();
|
||||
db.createCollection("linkedin");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
31
Moncter/数据库/KR_京东.js
Normal file
31
Moncter/数据库/KR_京东.js
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_京东
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:11
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for jd_com
|
||||
// ----------------------------
|
||||
db.getCollection("jd_com").drop();
|
||||
db.createCollection("jd_com");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
37
Moncter/数据库/KR_人才库.js
Normal file
37
Moncter/数据库/KR_人才库.js
Normal file
@@ -0,0 +1,37 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_人才库
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:59
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 51JOB
|
||||
// ----------------------------
|
||||
db.getCollection("51JOB").drop();
|
||||
db.createCollection("51JOB");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 慈溪人才网
|
||||
// ----------------------------
|
||||
db.getCollection("慈溪人才网").drop();
|
||||
db.createCollection("慈溪人才网");
|
||||
142
Moncter/数据库/KR_企业.js
Normal file
142
Moncter/数据库/KR_企业.js
Normal file
@@ -0,0 +1,142 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_企业
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:44
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 企业400号段数据
|
||||
// ----------------------------
|
||||
db.getCollection("企业400号段数据").drop();
|
||||
db.createCollection("企业400号段数据");
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
ID: NumberInt("1")
|
||||
}, {
|
||||
name: "ID_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"企业名称": NumberInt("1")
|
||||
}, {
|
||||
name: "企业名称_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"400号码": NumberInt("1")
|
||||
}, {
|
||||
name: "400号码_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"联系人": NumberInt("1")
|
||||
}, {
|
||||
name: "联系人_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"手机号码": NumberInt("1")
|
||||
}, {
|
||||
name: "手机号码_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"表名": NumberInt("1")
|
||||
}, {
|
||||
name: "表名_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
"导入时间": NumberInt("-1")
|
||||
}, {
|
||||
name: "导入时间_-1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
nid: NumberInt("1")
|
||||
}, {
|
||||
name: "nid_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
EnterpriseName: NumberInt("1")
|
||||
}, {
|
||||
name: "EnterpriseName_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
Number400: NumberInt("1")
|
||||
}, {
|
||||
name: "Number400_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
LinkMan: NumberInt("1")
|
||||
}, {
|
||||
name: "LinkMan_1"
|
||||
});
|
||||
db.getCollection("企业400号段数据").createIndex({
|
||||
Mobile: NumberInt("1")
|
||||
}, {
|
||||
name: "Mobile_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 统一用户资产表
|
||||
// ----------------------------
|
||||
db.getCollection("统一用户资产表").drop();
|
||||
db.createCollection("统一用户资产表");
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"用户唯一ID": NumberInt("1")
|
||||
}, {
|
||||
name: "用户唯一ID_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"基础信息.手机号": NumberInt("1")
|
||||
}, {
|
||||
name: "基础信息.手机号_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"基础信息.邮箱": NumberInt("1")
|
||||
}, {
|
||||
name: "基础信息.邮箱_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"企业信息.企业ID": NumberInt("1")
|
||||
}, {
|
||||
name: "企业信息.企业ID_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"企业信息.400号码": NumberInt("1")
|
||||
}, {
|
||||
name: "企业信息.400号码_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"资产概览.总资产价值": NumberInt("-1")
|
||||
}, {
|
||||
name: "资产概览.总资产价值_-1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"资产概览.资产等级": NumberInt("1")
|
||||
}, {
|
||||
name: "资产概览.资产等级_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"用户类型": NumberInt("1")
|
||||
}, {
|
||||
name: "用户类型_1"
|
||||
});
|
||||
db.getCollection("统一用户资产表").createIndex({
|
||||
"创建时间": NumberInt("-1")
|
||||
}, {
|
||||
name: "创建时间_-1"
|
||||
});
|
||||
115
Moncter/数据库/KR_企业名录.js
Normal file
115
Moncter/数据库/KR_企业名录.js
Normal file
@@ -0,0 +1,115 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_企业名录
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:51
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 中国医院名录_copy1
|
||||
// ----------------------------
|
||||
db.getCollection("中国医院名录_copy1").drop();
|
||||
db.createCollection("中国医院名录_copy1");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 企业及个体工商目录
|
||||
// ----------------------------
|
||||
db.getCollection("企业及个体工商目录").drop();
|
||||
db.createCollection("企业及个体工商目录");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 企业名录
|
||||
// ----------------------------
|
||||
db.getCollection("企业名录").drop();
|
||||
db.createCollection("企业名录");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 四川企业老板
|
||||
// ----------------------------
|
||||
db.getCollection("四川企业老板").drop();
|
||||
db.createCollection("四川企业老板");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库1
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库1").drop();
|
||||
db.createCollection("广东工商企业库1");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库2
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库2").drop();
|
||||
db.createCollection("广东工商企业库2");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库3
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库3").drop();
|
||||
db.createCollection("广东工商企业库3");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库4
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库4").drop();
|
||||
db.createCollection("广东工商企业库4");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库5
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库5").drop();
|
||||
db.createCollection("广东工商企业库5");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库6
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库6").drop();
|
||||
db.createCollection("广东工商企业库6");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东工商企业库7
|
||||
// ----------------------------
|
||||
db.getCollection("广东工商企业库7").drop();
|
||||
db.createCollection("广东工商企业库7");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 行政区划代码
|
||||
// ----------------------------
|
||||
db.getCollection("行政区划代码").drop();
|
||||
db.createCollection("行政区划代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 表1
|
||||
// ----------------------------
|
||||
db.getCollection("表1").drop();
|
||||
db.createCollection("表1");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 表2
|
||||
// ----------------------------
|
||||
db.getCollection("表2").drop();
|
||||
db.createCollection("表2");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 销售额3000万元-5000万元企业名录
|
||||
// ----------------------------
|
||||
db.getCollection("销售额3000万元-5000万元企业名录").drop();
|
||||
db.createCollection("销售额3000万元-5000万元企业名录");
|
||||
228
Moncter/数据库/KR_卡若私域.js
Normal file
228
Moncter/数据库/KR_卡若私域.js
Normal file
@@ -0,0 +1,228 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_卡若私域
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:24
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 存客宝流量池分类
|
||||
// ----------------------------
|
||||
db.getCollection("存客宝流量池分类").drop();
|
||||
db.createCollection("存客宝流量池分类");
|
||||
db.getCollection("存客宝流量池分类").createIndex({
|
||||
province: NumberInt("1"),
|
||||
wechat: NumberInt("1"),
|
||||
phoneNumber: NumberInt("1"),
|
||||
createdAt: NumberInt("1")
|
||||
}, {
|
||||
name: "user_province_wechat_phone_number_created_at"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类").createIndex({
|
||||
province: NumberInt("1"),
|
||||
wechat: NumberInt("1"),
|
||||
phoneNumber: NumberInt("1"),
|
||||
wechatIsOpen: NumberInt("1"),
|
||||
createdAt: NumberInt("1")
|
||||
}, {
|
||||
name: "user_province_wechat_phone_number_wechat_is_open_created_at"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 存客宝流量池分类2
|
||||
// ----------------------------
|
||||
db.getCollection("存客宝流量池分类2").drop();
|
||||
db.createCollection("存客宝流量池分类2");
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
source: NumberInt("1"),
|
||||
wechat: NumberInt("1")
|
||||
}, {
|
||||
name: "user_source_wechat",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
source: NumberInt("1"),
|
||||
phoneNumber: NumberInt("1")
|
||||
}, {
|
||||
name: "user_source_phone_number",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
province: NumberInt("1")
|
||||
}, {
|
||||
name: "user_province"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
wechat: NumberInt("1")
|
||||
}, {
|
||||
name: "user_wechat"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
phoneNumber: NumberInt("1")
|
||||
}, {
|
||||
name: "user_phone_number"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
wechatIsOpen: NumberInt("1")
|
||||
}, {
|
||||
name: "user_wechat_is_open"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
createdAt: NumberInt("1")
|
||||
}, {
|
||||
name: "user_created_at"
|
||||
});
|
||||
db.getCollection("存客宝流量池分类2").createIndex({
|
||||
jdIsOpen: NumberInt("1")
|
||||
}, {
|
||||
name: "user_jd_is_open"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 存客宝采集网红
|
||||
// ----------------------------
|
||||
db.getCollection("存客宝采集网红").drop();
|
||||
db.createCollection("存客宝采集网红");
|
||||
db.getCollection("存客宝采集网红").createIndex({
|
||||
OwnerWechatId: NumberInt("1"),
|
||||
Phone: NumberInt("1"),
|
||||
Alias: NumberInt("1")
|
||||
}, {
|
||||
name: "IX_Kefure_WechatFriend_OwnerWechatId"
|
||||
});
|
||||
db.getCollection("存客宝采集网红").createIndex({
|
||||
WechatId: NumberInt("1"),
|
||||
IsSend: NumberInt("1"),
|
||||
IsDeleted: NumberInt("1"),
|
||||
Gender: NumberInt("1"),
|
||||
Nickname: NumberInt("1")
|
||||
}, {
|
||||
name: "IX_Kefure_WechatFriend_WechatId_IsSend"
|
||||
});
|
||||
db.getCollection("存客宝采集网红").createIndex({
|
||||
WechatAccountId: NumberInt("1")
|
||||
}, {
|
||||
name: "WechatAccountId"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 存客宝采集网红有微信
|
||||
// ----------------------------
|
||||
db.getCollection("存客宝采集网红有微信").drop();
|
||||
db.createCollection("存客宝采集网红有微信");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 老坑爹商店 shop.lkdie.com
|
||||
// ----------------------------
|
||||
db.getCollection("老坑爹商店 shop.lkdie.com").drop();
|
||||
db.createCollection("老坑爹商店 shop.lkdie.com");
|
||||
db.getCollection("老坑爹商店 shop.lkdie.com").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("老坑爹商店 shop.lkdie.com").createIndex({
|
||||
nickname: NumberInt("1")
|
||||
}, {
|
||||
name: "nickname",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("老坑爹商店 shop.lkdie.com").createIndex({
|
||||
updatedTime: NumberInt("1")
|
||||
}, {
|
||||
name: "updatedTime"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 老坑爹论坛www.lkdie.com 会员
|
||||
// ----------------------------
|
||||
db.getCollection("老坑爹论坛www.lkdie.com 会员").drop();
|
||||
db.createCollection("老坑爹论坛www.lkdie.com 会员");
|
||||
db.getCollection("老坑爹论坛www.lkdie.com 会员").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("老坑爹论坛www.lkdie.com 会员").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 黑科技www.quwanzhi.com 付款邮箱
|
||||
// ----------------------------
|
||||
db.getCollection("黑科技www.quwanzhi.com 付款邮箱").drop();
|
||||
db.createCollection("黑科技www.quwanzhi.com 付款邮箱");
|
||||
db.getCollection("黑科技www.quwanzhi.com 付款邮箱").createIndex({
|
||||
trade_no: NumberInt("1")
|
||||
}, {
|
||||
name: "tradeNo"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 付款邮箱").createIndex({
|
||||
zid: NumberInt("1")
|
||||
}, {
|
||||
name: "zid"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 付款邮箱").createIndex({
|
||||
tid: NumberInt("1")
|
||||
}, {
|
||||
name: "tid"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 黑科技www.quwanzhi.com 发卡邮箱
|
||||
// ----------------------------
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").drop();
|
||||
db.createCollection("黑科技www.quwanzhi.com 发卡邮箱");
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
zid: NumberInt("1")
|
||||
}, {
|
||||
name: "zid"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
input: NumberInt("1")
|
||||
}, {
|
||||
name: "input"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
userid: NumberInt("1")
|
||||
}, {
|
||||
name: "userid"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
tradeno: NumberInt("1")
|
||||
}, {
|
||||
name: "tradeno"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id"
|
||||
});
|
||||
db.getCollection("黑科技www.quwanzhi.com 发卡邮箱").createIndex({
|
||||
tid: NumberInt("1")
|
||||
}, {
|
||||
name: "tid"
|
||||
});
|
||||
122
Moncter/数据库/KR_商城.js
Normal file
122
Moncter/数据库/KR_商城.js
Normal file
@@ -0,0 +1,122 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_商城
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:13
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 21年贝蒂喜订单整合
|
||||
// ----------------------------
|
||||
db.getCollection("21年贝蒂喜订单整合").drop();
|
||||
db.createCollection("21年贝蒂喜订单整合");
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"特权订金订单id": NumberInt("1")
|
||||
}, {
|
||||
name: "特权订金订单id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"新零售导购门店id": NumberInt("1")
|
||||
}, {
|
||||
name: "新零售导购门店id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"新零售发货门店id": NumberInt("1")
|
||||
}, {
|
||||
name: "新零售发货门店id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"新零售成交门店id": NumberInt("1")
|
||||
}, {
|
||||
name: "新零售成交门店id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"新零售成交经销商id": NumberInt("1")
|
||||
}, {
|
||||
name: "新零售成交经销商id_1"
|
||||
});
|
||||
db.getCollection("21年贝蒂喜订单整合").createIndex({
|
||||
"店铺Id": NumberInt("1")
|
||||
}, {
|
||||
name: "店铺Id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 凡客诚品_vancl.com
|
||||
// ----------------------------
|
||||
db.getCollection("凡客诚品_vancl.com").drop();
|
||||
db.createCollection("凡客诚品_vancl.com");
|
||||
db.getCollection("凡客诚品_vancl.com").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("凡客诚品_vancl.com").createIndex({
|
||||
"数据来源": NumberInt("1"),
|
||||
"导入时间": NumberInt("-1")
|
||||
}, {
|
||||
name: "数据来源_1_导入时间_-1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 嘟嘟牛
|
||||
// ----------------------------
|
||||
db.getCollection("嘟嘟牛").drop();
|
||||
db.createCollection("嘟嘟牛");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 嘟嘟牛 本地同城
|
||||
// ----------------------------
|
||||
db.getCollection("嘟嘟牛 本地同城").drop();
|
||||
db.createCollection("嘟嘟牛 本地同城");
|
||||
db.getCollection("嘟嘟牛 本地同城").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("嘟嘟牛 本地同城").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 小米 xiaomi_com
|
||||
// ----------------------------
|
||||
db.getCollection("小米 xiaomi_com").drop();
|
||||
db.createCollection("小米 xiaomi_com");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 购物-北京一电购公司2月整理版30万
|
||||
// ----------------------------
|
||||
db.getCollection("购物-北京一电购公司2月整理版30万").drop();
|
||||
db.createCollection("购物-北京一电购公司2月整理版30万");
|
||||
db.getCollection("购物-北京一电购公司2月整理版30万").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
359
Moncter/数据库/KR_国外.js
Normal file
359
Moncter/数据库/KR_国外.js
Normal file
@@ -0,0 +1,359 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_国外
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:56
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for Yandex俄罗斯百度用户数据
|
||||
// ----------------------------
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").drop();
|
||||
db.createCollection("Yandex俄罗斯百度用户数据");
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
domain: NumberInt("1")
|
||||
}, {
|
||||
name: "domain_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
password_strength: NumberInt("1")
|
||||
}, {
|
||||
name: "password_strength_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
country: NumberInt("1")
|
||||
}, {
|
||||
name: "country_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
service_provider: NumberInt("1")
|
||||
}, {
|
||||
name: "service_provider_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
created_at: NumberInt("-1")
|
||||
}, {
|
||||
name: "created_at_-1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
data_source: NumberInt("1")
|
||||
}, {
|
||||
name: "data_source_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
email: NumberInt("1"),
|
||||
password: NumberInt("1")
|
||||
}, {
|
||||
name: "email_password_unique",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯百度用户数据").createIndex({
|
||||
"$**": "text"
|
||||
}, {
|
||||
name: "text_search",
|
||||
weights: {
|
||||
email: NumberInt("1"),
|
||||
username: NumberInt("1")
|
||||
},
|
||||
default_language: "english",
|
||||
language_override: "language",
|
||||
textIndexVersion: NumberInt("3")
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for Yandex俄罗斯谷歌用户数据
|
||||
// ----------------------------
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").drop();
|
||||
db.createCollection("Yandex俄罗斯谷歌用户数据");
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
domain: NumberInt("1")
|
||||
}, {
|
||||
name: "domain_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
password_strength: NumberInt("1")
|
||||
}, {
|
||||
name: "password_strength_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
country: NumberInt("1")
|
||||
}, {
|
||||
name: "country_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
service_provider: NumberInt("1")
|
||||
}, {
|
||||
name: "service_provider_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
created_at: NumberInt("-1")
|
||||
}, {
|
||||
name: "created_at_-1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
data_source: NumberInt("1")
|
||||
}, {
|
||||
name: "data_source_1"
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
email: NumberInt("1"),
|
||||
password: NumberInt("1")
|
||||
}, {
|
||||
name: "email_password_unique",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("Yandex俄罗斯谷歌用户数据").createIndex({
|
||||
"$**": "text"
|
||||
}, {
|
||||
name: "text_search",
|
||||
weights: {
|
||||
email: NumberInt("1"),
|
||||
username: NumberInt("1")
|
||||
},
|
||||
default_language: "english",
|
||||
language_override: "language",
|
||||
textIndexVersion: NumberInt("3")
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for www.angeldiet.co.kr 1
|
||||
// ----------------------------
|
||||
db.getCollection("www.angeldiet.co.kr 1").drop();
|
||||
db.createCollection("www.angeldiet.co.kr 1");
|
||||
db.getCollection("www.angeldiet.co.kr 1").createIndex({
|
||||
ID: NumberInt("1")
|
||||
}, {
|
||||
name: "ID_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for www.angeldiet.co.kr 2
|
||||
// ----------------------------
|
||||
db.getCollection("www.angeldiet.co.kr 2").drop();
|
||||
db.createCollection("www.angeldiet.co.kr 2");
|
||||
db.getCollection("www.angeldiet.co.kr 2").createIndex({
|
||||
ID: NumberInt("1")
|
||||
}, {
|
||||
name: "ID_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for www.bookoa.com(韩国学术出版)
|
||||
// ----------------------------
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").drop();
|
||||
db.createCollection("www.bookoa.com(韩国学术出版)");
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").createIndex({
|
||||
hphone: NumberInt("1")
|
||||
}, {
|
||||
name: "hphone_1"
|
||||
});
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("www.bookoa.com(韩国学术出版)").createIndex({
|
||||
email: NumberInt("1"),
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1_name_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_APP数据
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_APP数据").drop();
|
||||
db.createCollection("卡塔卡银行_APP数据");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_交易明细
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_交易明细").drop();
|
||||
db.createCollection("卡塔卡银行_交易明细");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_交易明细临时
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_交易明细临时").drop();
|
||||
db.createCollection("卡塔卡银行_交易明细临时");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_卡主表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_卡主表").drop();
|
||||
db.createCollection("卡塔卡银行_卡主表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_卡列表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_卡列表").drop();
|
||||
db.createCollection("卡塔卡银行_卡列表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_审计主表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_审计主表").drop();
|
||||
db.createCollection("卡塔卡银行_审计主表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_客户
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_客户").drop();
|
||||
db.createCollection("卡塔卡银行_客户");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_客户主表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_客户主表").drop();
|
||||
db.createCollection("卡塔卡银行_客户主表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_收款人主表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_收款人主表").drop();
|
||||
db.createCollection("卡塔卡银行_收款人主表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_用户档案
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_用户档案").drop();
|
||||
db.createCollection("卡塔卡银行_用户档案");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_申请记录
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_申请记录").drop();
|
||||
db.createCollection("卡塔卡银行_申请记录");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_电子对账单邮箱
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_电子对账单邮箱").drop();
|
||||
db.createCollection("卡塔卡银行_电子对账单邮箱");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_订单客户明细
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_订单客户明细").drop();
|
||||
db.createCollection("卡塔卡银行_订单客户明细");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_账户主表
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_账户主表").drop();
|
||||
db.createCollection("卡塔卡银行_账户主表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_身份证变更审计
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_身份证变更审计").drop();
|
||||
db.createCollection("卡塔卡银行_身份证变更审计");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卡塔卡银行_黑名单用户
|
||||
// ----------------------------
|
||||
db.getCollection("卡塔卡银行_黑名单用户").drop();
|
||||
db.createCollection("卡塔卡银行_黑名单用户");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 台湾财经电视台
|
||||
// ----------------------------
|
||||
db.getCollection("台湾财经电视台").drop();
|
||||
db.createCollection("台湾财经电视台");
|
||||
db.getCollection("台湾财经电视台").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("台湾财经电视台").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("台湾财经电视台").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("台湾财经电视台").createIndex({
|
||||
source: NumberInt("1")
|
||||
}, {
|
||||
name: "source_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 土耳其公民
|
||||
// ----------------------------
|
||||
db.getCollection("土耳其公民").drop();
|
||||
db.createCollection("土耳其公民");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 社工库_1.7G_www.comicstorm.co.kr 85w_1
|
||||
// ----------------------------
|
||||
db.getCollection("社工库_1.7G_www.comicstorm.co.kr 85w_1").drop();
|
||||
db.createCollection("社工库_1.7G_www.comicstorm.co.kr 85w_1");
|
||||
db.getCollection("社工库_1.7G_www.comicstorm.co.kr 85w_1").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 社工库_1.7G_www.hacker.co.kr 140W_140W
|
||||
// ----------------------------
|
||||
db.getCollection("社工库_1.7G_www.hacker.co.kr 140W_140W").drop();
|
||||
db.createCollection("社工库_1.7G_www.hacker.co.kr 140W_140W");
|
||||
db.getCollection("社工库_1.7G_www.hacker.co.kr 140W_140W").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
618
Moncter/数据库/KR_存客宝.js
Normal file
618
Moncter/数据库/KR_存客宝.js
Normal file
@@ -0,0 +1,618 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_存客宝
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:41
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_AccountWechat
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_AccountWechat").drop();
|
||||
db.createCollection("cunkebao_AccountWechat");
|
||||
db.getCollection("cunkebao_AccountWechat").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_DownloadVideoSchedule
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_DownloadVideoSchedule").drop();
|
||||
db.createCollection("cunkebao_DownloadVideoSchedule");
|
||||
db.getCollection("cunkebao_DownloadVideoSchedule").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_FriendMessageTask
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_FriendMessageTask").drop();
|
||||
db.createCollection("cunkebao_FriendMessageTask");
|
||||
db.getCollection("cunkebao_FriendMessageTask").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_FriendMessageTpl
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_FriendMessageTpl").drop();
|
||||
db.createCollection("cunkebao_FriendMessageTpl");
|
||||
db.getCollection("cunkebao_FriendMessageTpl").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_FriendRequestConfig
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_FriendRequestConfig").drop();
|
||||
db.createCollection("cunkebao_FriendRequestConfig");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_FriendRequestTaskScan
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_FriendRequestTaskScan").drop();
|
||||
db.createCollection("cunkebao_FriendRequestTaskScan");
|
||||
db.getCollection("cunkebao_FriendRequestTaskScan").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_FrontSession
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_FrontSession").drop();
|
||||
db.createCollection("cunkebao_FrontSession");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_JdPromotionSite
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_JdPromotionSite").drop();
|
||||
db.createCollection("cunkebao_JdPromotionSite");
|
||||
db.getCollection("cunkebao_JdPromotionSite").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_JdSocialMedia
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_JdSocialMedia").drop();
|
||||
db.createCollection("cunkebao_JdSocialMedia");
|
||||
db.getCollection("cunkebao_JdSocialMedia").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_MaterialLib
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_MaterialLib").drop();
|
||||
db.createCollection("cunkebao_MaterialLib");
|
||||
db.getCollection("cunkebao_MaterialLib").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_MaterialPushLog
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_MaterialPushLog").drop();
|
||||
db.createCollection("cunkebao_MaterialPushLog");
|
||||
db.getCollection("cunkebao_MaterialPushLog").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_MiniProgrameLib
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_MiniProgrameLib").drop();
|
||||
db.createCollection("cunkebao_MiniProgrameLib");
|
||||
db.getCollection("cunkebao_MiniProgrameLib").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_PartTimer
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_PartTimer").drop();
|
||||
db.createCollection("cunkebao_PartTimer");
|
||||
db.getCollection("cunkebao_PartTimer").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_Poster
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_Poster").drop();
|
||||
db.createCollection("cunkebao_Poster");
|
||||
db.getCollection("cunkebao_Poster").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysAttach
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysAttach").drop();
|
||||
db.createCollection("cunkebao_SysAttach");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysAttach_20250228
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysAttach_20250228").drop();
|
||||
db.createCollection("cunkebao_SysAttach_20250228");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysAttach_copy
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysAttach_copy").drop();
|
||||
db.createCollection("cunkebao_SysAttach_copy");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysDataSource
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysDataSource").drop();
|
||||
db.createCollection("cunkebao_SysDataSource");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysModule
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysModule").drop();
|
||||
db.createCollection("cunkebao_SysModule");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysNavItem
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysNavItem").drop();
|
||||
db.createCollection("cunkebao_SysNavItem");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysObject
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysObject").drop();
|
||||
db.createCollection("cunkebao_SysObject");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysOperatorPermission
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysOperatorPermission").drop();
|
||||
db.createCollection("cunkebao_SysOperatorPermission");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysRelatedList
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysRelatedList").drop();
|
||||
db.createCollection("cunkebao_SysRelatedList");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysShare
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysShare").drop();
|
||||
db.createCollection("cunkebao_SysShare");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysSolution
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysSolution").drop();
|
||||
db.createCollection("cunkebao_SysSolution");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_SysUI
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_SysUI").drop();
|
||||
db.createCollection("cunkebao_SysUI");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_UserIncome
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_UserIncome").drop();
|
||||
db.createCollection("cunkebao_UserIncome");
|
||||
db.getCollection("cunkebao_UserIncome").createIndex({
|
||||
lId: NumberInt("1")
|
||||
}, {
|
||||
name: "lId_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_administrator_permissions
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_administrator_permissions").drop();
|
||||
db.createCollection("cunkebao_v3_ck_administrator_permissions");
|
||||
db.getCollection("cunkebao_v3_ck_administrator_permissions").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_administrators
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_administrators").drop();
|
||||
db.createCollection("cunkebao_v3_ck_administrators");
|
||||
db.getCollection("cunkebao_v3_ck_administrators").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_call_recording
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_call_recording").drop();
|
||||
db.createCollection("cunkebao_v3_ck_call_recording");
|
||||
db.getCollection("cunkebao_v3_ck_call_recording").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_company
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_company").drop();
|
||||
db.createCollection("cunkebao_v3_ck_company");
|
||||
db.getCollection("cunkebao_v3_ck_company").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_customer_acquisition_task
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_customer_acquisition_task").drop();
|
||||
db.createCollection("cunkebao_v3_ck_customer_acquisition_task");
|
||||
db.getCollection("cunkebao_v3_ck_customer_acquisition_task").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_flow_package_order
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_flow_package_order").drop();
|
||||
db.createCollection("cunkebao_v3_ck_flow_package_order");
|
||||
db.getCollection("cunkebao_v3_ck_flow_package_order").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_flow_usage_record
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_flow_usage_record").drop();
|
||||
db.createCollection("cunkebao_v3_ck_flow_usage_record");
|
||||
db.getCollection("cunkebao_v3_ck_flow_usage_record").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_jd_promotion_site
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_jd_promotion_site").drop();
|
||||
db.createCollection("cunkebao_v3_ck_jd_promotion_site");
|
||||
db.getCollection("cunkebao_v3_ck_jd_promotion_site").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_jd_social_media
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_jd_social_media").drop();
|
||||
db.createCollection("cunkebao_v3_ck_jd_social_media");
|
||||
db.getCollection("cunkebao_v3_ck_jd_social_media").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_menus
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_menus").drop();
|
||||
db.createCollection("cunkebao_v3_ck_menus");
|
||||
db.getCollection("cunkebao_v3_ck_menus").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_plan_scene
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_plan_scene").drop();
|
||||
db.createCollection("cunkebao_v3_ck_plan_scene");
|
||||
db.getCollection("cunkebao_v3_ck_plan_scene").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_plan_tags
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_plan_tags").drop();
|
||||
db.createCollection("cunkebao_v3_ck_plan_tags");
|
||||
db.getCollection("cunkebao_v3_ck_plan_tags").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_task_customer
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_task_customer").drop();
|
||||
db.createCollection("cunkebao_v3_ck_task_customer");
|
||||
db.getCollection("cunkebao_v3_ck_task_customer").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_traffic_pool
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_traffic_pool").drop();
|
||||
db.createCollection("cunkebao_v3_ck_traffic_pool");
|
||||
db.getCollection("cunkebao_v3_ck_traffic_pool").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_traffic_source
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source").drop();
|
||||
db.createCollection("cunkebao_v3_ck_traffic_source");
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_traffic_source_package
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source_package").drop();
|
||||
db.createCollection("cunkebao_v3_ck_traffic_source_package");
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source_package").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_traffic_source_package_item
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source_package_item").drop();
|
||||
db.createCollection("cunkebao_v3_ck_traffic_source_package_item");
|
||||
db.getCollection("cunkebao_v3_ck_traffic_source_package_item").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_traffic_tag
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_traffic_tag").drop();
|
||||
db.createCollection("cunkebao_v3_ck_traffic_tag");
|
||||
db.getCollection("cunkebao_v3_ck_traffic_tag").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_user_flow_package
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_user_flow_package").drop();
|
||||
db.createCollection("cunkebao_v3_ck_user_flow_package");
|
||||
db.getCollection("cunkebao_v3_ck_user_flow_package").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_user_portrait
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_user_portrait").drop();
|
||||
db.createCollection("cunkebao_v3_ck_user_portrait");
|
||||
db.getCollection("cunkebao_v3_ck_user_portrait").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_vendor_project
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_vendor_project").drop();
|
||||
db.createCollection("cunkebao_v3_ck_vendor_project");
|
||||
db.getCollection("cunkebao_v3_ck_vendor_project").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_wechat_friendship
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_wechat_friendship").drop();
|
||||
db.createCollection("cunkebao_v3_ck_wechat_friendship");
|
||||
db.getCollection("cunkebao_v3_ck_wechat_friendship").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_wechat_group_member
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_wechat_group_member").drop();
|
||||
db.createCollection("cunkebao_v3_ck_wechat_group_member");
|
||||
db.getCollection("cunkebao_v3_ck_wechat_group_member").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_wechat_tag
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_wechat_tag").drop();
|
||||
db.createCollection("cunkebao_v3_ck_wechat_tag");
|
||||
db.getCollection("cunkebao_v3_ck_wechat_tag").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_workbench
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_workbench").drop();
|
||||
db.createCollection("cunkebao_v3_ck_workbench");
|
||||
db.getCollection("cunkebao_v3_ck_workbench").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_workbench_group_create_item
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_create_item").drop();
|
||||
db.createCollection("cunkebao_v3_ck_workbench_group_create_item");
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_create_item").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_workbench_group_push
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_push").drop();
|
||||
db.createCollection("cunkebao_v3_ck_workbench_group_push");
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_push").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_ck_workbench_group_push_item
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_push_item").drop();
|
||||
db.createCollection("cunkebao_v3_ck_workbench_group_push_item");
|
||||
db.getCollection("cunkebao_v3_ck_workbench_group_push_item").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_s2_allot_rule
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_s2_allot_rule").drop();
|
||||
db.createCollection("cunkebao_v3_s2_allot_rule");
|
||||
db.getCollection("cunkebao_v3_s2_allot_rule").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for cunkebao_v3_s2_device_group
|
||||
// ----------------------------
|
||||
db.getCollection("cunkebao_v3_s2_device_group").drop();
|
||||
db.createCollection("cunkebao_v3_s2_device_group");
|
||||
db.getCollection("cunkebao_v3_s2_device_group").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 好友关系网络汇总表
|
||||
// ----------------------------
|
||||
db.getCollection("好友关系网络汇总表").drop();
|
||||
db.createCollection("好友关系网络汇总表");
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"用户微信ID": NumberInt("1")
|
||||
}, {
|
||||
name: "用户微信ID_1"
|
||||
});
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"好友微信ID": NumberInt("1")
|
||||
}, {
|
||||
name: "好友微信ID_1"
|
||||
});
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"关系等级": NumberInt("1")
|
||||
}, {
|
||||
name: "关系等级_1"
|
||||
});
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"RFM评分.总分": NumberInt("1")
|
||||
}, {
|
||||
name: "RFM评分.总分_1"
|
||||
});
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"关系强度评分": NumberInt("1")
|
||||
}, {
|
||||
name: "关系强度评分_1"
|
||||
});
|
||||
db.getCollection("好友关系网络汇总表").createIndex({
|
||||
"公司ID": NumberInt("1")
|
||||
}, {
|
||||
name: "公司ID_1"
|
||||
});
|
||||
65
Moncter/数据库/KR_存客宝_四表重构KR_KR版.js
Normal file
65
Moncter/数据库/KR_存客宝_四表重构KR_KR版.js
Normal file
@@ -0,0 +1,65 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_存客宝_四表重构KR_KR版
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:18:48
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 估值模式表
|
||||
// ----------------------------
|
||||
db.getCollection("估值模式表").drop();
|
||||
db.createCollection("估值模式表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 微信号管理表
|
||||
// ----------------------------
|
||||
db.getCollection("微信号管理表").drop();
|
||||
db.createCollection("微信号管理表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 微信好友表
|
||||
// ----------------------------
|
||||
db.getCollection("微信好友表").drop();
|
||||
db.createCollection("微信好友表");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 设备管理表
|
||||
// ----------------------------
|
||||
db.getCollection("设备管理表").drop();
|
||||
db.createCollection("设备管理表");
|
||||
db.getCollection("设备管理表").createIndex({
|
||||
"设备ID": NumberInt("1")
|
||||
}, {
|
||||
name: "设备ID_1",
|
||||
unique: true
|
||||
});
|
||||
db.getCollection("设备管理表").createIndex({
|
||||
"用户ID": NumberInt("1")
|
||||
}, {
|
||||
name: "用户ID_1"
|
||||
});
|
||||
db.getCollection("设备管理表").createIndex({
|
||||
"设备类型": NumberInt("1")
|
||||
}, {
|
||||
name: "设备类型_1"
|
||||
});
|
||||
36
Moncter/数据库/KR_微博.js
Normal file
36
Moncter/数据库/KR_微博.js
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_微博
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:57
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 微博uid+手机
|
||||
// ----------------------------
|
||||
db.getCollection("微博uid+手机").drop();
|
||||
db.createCollection("微博uid+手机");
|
||||
db.getCollection("微博uid+手机").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
90
Moncter/数据库/KR_快递.js
Normal file
90
Moncter/数据库/KR_快递.js
Normal file
@@ -0,0 +1,90 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_快递
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:31
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for wlzhwu_jiezhang
|
||||
// ----------------------------
|
||||
db.getCollection("wlzhwu_jiezhang").drop();
|
||||
db.createCollection("wlzhwu_jiezhang");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for wlzhwu_wlzhangwu
|
||||
// ----------------------------
|
||||
db.getCollection("wlzhwu_wlzhangwu").drop();
|
||||
db.createCollection("wlzhwu_wlzhangwu");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 可行路由
|
||||
// ----------------------------
|
||||
db.getCollection("可行路由").drop();
|
||||
db.createCollection("可行路由");
|
||||
db.getCollection("可行路由").createIndex({
|
||||
_import_time: NumberInt("1")
|
||||
}, {
|
||||
name: "_import_time_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 圆通_普通客户
|
||||
// ----------------------------
|
||||
db.getCollection("圆通_普通客户").drop();
|
||||
db.createCollection("圆通_普通客户");
|
||||
db.getCollection("圆通_普通客户").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("圆通_普通客户").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("圆通_普通客户").createIndex({
|
||||
user_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "user_score_-1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 圆通_潜在客户
|
||||
// ----------------------------
|
||||
db.getCollection("圆通_潜在客户").drop();
|
||||
db.createCollection("圆通_潜在客户");
|
||||
db.getCollection("圆通_潜在客户").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("圆通_潜在客户").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("圆通_潜在客户").createIndex({
|
||||
user_score: NumberInt("-1")
|
||||
}, {
|
||||
name: "user_score_-1"
|
||||
});
|
||||
46
Moncter/数据库/KR_户口.js
Normal file
46
Moncter/数据库/KR_户口.js
Normal file
@@ -0,0 +1,46 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_户口
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:03
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 户籍数据
|
||||
// ----------------------------
|
||||
db.getCollection("户籍数据").drop();
|
||||
db.createCollection("户籍数据");
|
||||
db.getCollection("户籍数据").createIndex({
|
||||
"姓名": NumberInt("1")
|
||||
}, {
|
||||
name: "姓名_1"
|
||||
});
|
||||
db.getCollection("户籍数据").createIndex({
|
||||
"身份证号": NumberInt("1")
|
||||
}, {
|
||||
name: "身份证号_1"
|
||||
});
|
||||
db.getCollection("户籍数据").createIndex({
|
||||
"户籍地址": NumberInt("1")
|
||||
}, {
|
||||
name: "户籍地址_1"
|
||||
});
|
||||
186
Moncter/数据库/KR_手机.js
Normal file
186
Moncter/数据库/KR_手机.js
Normal file
@@ -0,0 +1,186 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_手机
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:20
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for tmpgSyh4.renameCollection
|
||||
// ----------------------------
|
||||
db.getCollection("tmpgSyh4.renameCollection").drop();
|
||||
db.createCollection("tmpgSyh4.renameCollection");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东gd5800万神州行动感地带=广州GZBran2_copy2
|
||||
// ----------------------------
|
||||
db.getCollection("广东gd5800万神州行动感地带=广州GZBran2_copy2").drop();
|
||||
db.createCollection("广东gd5800万神州行动感地带=广州GZBran2_copy2");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东广州航空数据1
|
||||
// ----------------------------
|
||||
db.getCollection("广东广州航空数据1").drop();
|
||||
db.createCollection("广东广州航空数据1");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东广州航空数据2
|
||||
// ----------------------------
|
||||
db.getCollection("广东广州航空数据2").drop();
|
||||
db.createCollection("广东广州航空数据2");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东广州航空数据3
|
||||
// ----------------------------
|
||||
db.getCollection("广东广州航空数据3").drop();
|
||||
db.createCollection("广东广州航空数据3");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东广州航空数据4
|
||||
// ----------------------------
|
||||
db.getCollection("广东广州航空数据4").drop();
|
||||
db.createCollection("广东广州航空数据4");
|
||||
db.getCollection("广东广州航空数据4").createIndex({
|
||||
"电话号码": NumberInt("1")
|
||||
}, {
|
||||
name: "电话号码_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东深圳全球通女
|
||||
// ----------------------------
|
||||
db.getCollection("广东深圳全球通女").drop();
|
||||
db.createCollection("广东深圳全球通女");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_701鹰潭
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_701鹰潭").drop();
|
||||
db.createCollection("江西移动_701鹰潭");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_792九江
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_792九江").drop();
|
||||
db.createCollection("江西移动_792九江");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_793上饶
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_793上饶").drop();
|
||||
db.createCollection("江西移动_793上饶");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_798景德镇
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_798景德镇").drop();
|
||||
db.createCollection("江西移动_798景德镇");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_799萍乡
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_799萍乡").drop();
|
||||
db.createCollection("江西移动_799萍乡");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_上绕262万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_上绕262万").drop();
|
||||
db.createCollection("江西移动_上绕262万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_九江222万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_九江222万").drop();
|
||||
db.createCollection("江西移动_九江222万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_南昌368万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_南昌368万").drop();
|
||||
db.createCollection("江西移动_南昌368万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_吉安206万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_吉安206万").drop();
|
||||
db.createCollection("江西移动_吉安206万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_宜春230万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_宜春230万").drop();
|
||||
db.createCollection("江西移动_宜春230万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_抚州143万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_抚州143万").drop();
|
||||
db.createCollection("江西移动_抚州143万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_新余67万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_新余67万").drop();
|
||||
db.createCollection("江西移动_新余67万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_景德镇76万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_景德镇76万").drop();
|
||||
db.createCollection("江西移动_景德镇76万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_江西全球通带身份证
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_江西全球通带身份证").drop();
|
||||
db.createCollection("江西移动_江西全球通带身份证");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_江西全球通身份证
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_江西全球通身份证").drop();
|
||||
db.createCollection("江西移动_江西全球通身份证");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_江西全球通身份证姓名1226056
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_江西全球通身份证姓名1226056").drop();
|
||||
db.createCollection("江西移动_江西全球通身份证姓名1226056");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_萍乡86万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_萍乡86万").drop();
|
||||
db.createCollection("江西移动_萍乡86万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_赣州352万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_赣州352万").drop();
|
||||
db.createCollection("江西移动_赣州352万");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西移动_鹰潭53万
|
||||
// ----------------------------
|
||||
db.getCollection("江西移动_鹰潭53万").drop();
|
||||
db.createCollection("江西移动_鹰潭53万");
|
||||
223
Moncter/数据库/KR_投资.js
Normal file
223
Moncter/数据库/KR_投资.js
Normal file
@@ -0,0 +1,223 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_投资
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:51
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 上海
|
||||
// ----------------------------
|
||||
db.getCollection("上海").drop();
|
||||
db.createCollection("上海");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 云南
|
||||
// ----------------------------
|
||||
db.getCollection("云南").drop();
|
||||
db.createCollection("云南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 内蒙古
|
||||
// ----------------------------
|
||||
db.getCollection("内蒙古").drop();
|
||||
db.createCollection("内蒙古");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 北京
|
||||
// ----------------------------
|
||||
db.getCollection("北京").drop();
|
||||
db.createCollection("北京");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 吉林
|
||||
// ----------------------------
|
||||
db.getCollection("吉林").drop();
|
||||
db.createCollection("吉林");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 商务部世界买家数据库 此数据由www_10195_com提供
|
||||
// ----------------------------
|
||||
db.getCollection("商务部世界买家数据库 此数据由www_10195_com提供").drop();
|
||||
db.createCollection("商务部世界买家数据库 此数据由www_10195_com提供");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 四川
|
||||
// ----------------------------
|
||||
db.getCollection("四川").drop();
|
||||
db.createCollection("四川");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 天津
|
||||
// ----------------------------
|
||||
db.getCollection("天津").drop();
|
||||
db.createCollection("天津");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 宁夏
|
||||
// ----------------------------
|
||||
db.getCollection("宁夏").drop();
|
||||
db.createCollection("宁夏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 安徽
|
||||
// ----------------------------
|
||||
db.getCollection("安徽").drop();
|
||||
db.createCollection("安徽");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 山东
|
||||
// ----------------------------
|
||||
db.getCollection("山东").drop();
|
||||
db.createCollection("山东");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 山西
|
||||
// ----------------------------
|
||||
db.getCollection("山西").drop();
|
||||
db.createCollection("山西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东
|
||||
// ----------------------------
|
||||
db.getCollection("广东").drop();
|
||||
db.createCollection("广东");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广西
|
||||
// ----------------------------
|
||||
db.getCollection("广西").drop();
|
||||
db.createCollection("广西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 新疆
|
||||
// ----------------------------
|
||||
db.getCollection("新疆").drop();
|
||||
db.createCollection("新疆");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江苏
|
||||
// ----------------------------
|
||||
db.getCollection("江苏").drop();
|
||||
db.createCollection("江苏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西
|
||||
// ----------------------------
|
||||
db.getCollection("江西").drop();
|
||||
db.createCollection("江西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 河北
|
||||
// ----------------------------
|
||||
db.getCollection("河北").drop();
|
||||
db.createCollection("河北");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 河南
|
||||
// ----------------------------
|
||||
db.getCollection("河南").drop();
|
||||
db.createCollection("河南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 浙江
|
||||
// ----------------------------
|
||||
db.getCollection("浙江").drop();
|
||||
db.createCollection("浙江");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 海南
|
||||
// ----------------------------
|
||||
db.getCollection("海南").drop();
|
||||
db.createCollection("海南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 湖北
|
||||
// ----------------------------
|
||||
db.getCollection("湖北").drop();
|
||||
db.createCollection("湖北");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 湖南
|
||||
// ----------------------------
|
||||
db.getCollection("湖南").drop();
|
||||
db.createCollection("湖南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 甘肃
|
||||
// ----------------------------
|
||||
db.getCollection("甘肃").drop();
|
||||
db.createCollection("甘肃");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 省份
|
||||
// ----------------------------
|
||||
db.getCollection("省份").drop();
|
||||
db.createCollection("省份");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 福建
|
||||
// ----------------------------
|
||||
db.getCollection("福建").drop();
|
||||
db.createCollection("福建");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 西藏
|
||||
// ----------------------------
|
||||
db.getCollection("西藏").drop();
|
||||
db.createCollection("西藏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 贵州
|
||||
// ----------------------------
|
||||
db.getCollection("贵州").drop();
|
||||
db.createCollection("贵州");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 辽宁
|
||||
// ----------------------------
|
||||
db.getCollection("辽宁").drop();
|
||||
db.createCollection("辽宁");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 重庆
|
||||
// ----------------------------
|
||||
db.getCollection("重庆").drop();
|
||||
db.createCollection("重庆");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 陕西
|
||||
// ----------------------------
|
||||
db.getCollection("陕西").drop();
|
||||
db.createCollection("陕西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 青海
|
||||
// ----------------------------
|
||||
db.getCollection("青海").drop();
|
||||
db.createCollection("青海");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 黑龙江
|
||||
// ----------------------------
|
||||
db.getCollection("黑龙江").drop();
|
||||
db.createCollection("黑龙江");
|
||||
223
Moncter/数据库/KR_淘宝.js
Normal file
223
Moncter/数据库/KR_淘宝.js
Normal file
@@ -0,0 +1,223 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_淘宝
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:35
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for zippo1(去重复后33万)
|
||||
// ----------------------------
|
||||
db.getCollection("zippo1(去重复后33万)").drop();
|
||||
db.createCollection("zippo1(去重复后33万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for zippo2
|
||||
// ----------------------------
|
||||
db.getCollection("zippo2").drop();
|
||||
db.createCollection("zippo2");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for zippo3
|
||||
// ----------------------------
|
||||
db.getCollection("zippo3").drop();
|
||||
db.createCollection("zippo3");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for zippo4
|
||||
// ----------------------------
|
||||
db.getCollection("zippo4").drop();
|
||||
db.createCollection("zippo4");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for zippo5
|
||||
// ----------------------------
|
||||
db.getCollection("zippo5").drop();
|
||||
db.createCollection("zippo5");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 办公设备文具(去重复64.5万)
|
||||
// ----------------------------
|
||||
db.getCollection("办公设备文具(去重复64.5万)").drop();
|
||||
db.createCollection("办公设备文具(去重复64.5万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 包(去重复后71万)
|
||||
// ----------------------------
|
||||
db.getCollection("包(去重复后71万)").drop();
|
||||
db.createCollection("包(去重复后71万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 卖家邮箱(去重复后300万)
|
||||
// ----------------------------
|
||||
db.getCollection("卖家邮箱(去重复后300万)").drop();
|
||||
db.createCollection("卖家邮箱(去重复后300万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 女士内衣(去重复后132.6万)
|
||||
// ----------------------------
|
||||
db.getCollection("女士内衣(去重复后132.6万)").drop();
|
||||
db.createCollection("女士内衣(去重复后132.6万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 女士箱包配件(去重复后34.8万)
|
||||
// ----------------------------
|
||||
db.getCollection("女士箱包配件(去重复后34.8万)").drop();
|
||||
db.createCollection("女士箱包配件(去重复后34.8万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 女装1(去重复后388.6万)
|
||||
// ----------------------------
|
||||
db.getCollection("女装1(去重复后388.6万)").drop();
|
||||
db.createCollection("女装1(去重复后388.6万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 女装2(去重复后83万,带旺旺号及支付宝)
|
||||
// ----------------------------
|
||||
db.getCollection("女装2(去重复后83万,带旺旺号及支付宝)").drop();
|
||||
db.createCollection("女装2(去重复后83万,带旺旺号及支付宝)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 女鞋(去重复后118.6万)
|
||||
// ----------------------------
|
||||
db.getCollection("女鞋(去重复后118.6万)").drop();
|
||||
db.createCollection("女鞋(去重复后118.6万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 家具定制代购(去重复后20万)
|
||||
// ----------------------------
|
||||
db.getCollection("家具定制代购(去重复后20万)").drop();
|
||||
db.createCollection("家具定制代购(去重复后20万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 家用电器(去重复后93.5万)
|
||||
// ----------------------------
|
||||
db.getCollection("家用电器(去重复后93.5万)").drop();
|
||||
db.createCollection("家用电器(去重复后93.5万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 床上用品(去重复后19万)
|
||||
// ----------------------------
|
||||
db.getCollection("床上用品(去重复后19万)").drop();
|
||||
db.createCollection("床上用品(去重复后19万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 彩妆护肤(去重复后138万)
|
||||
// ----------------------------
|
||||
db.getCollection("彩妆护肤(去重复后138万)").drop();
|
||||
db.createCollection("彩妆护肤(去重复后138万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 成人用品避孕用品情趣内衣(去重复后8万)
|
||||
// ----------------------------
|
||||
db.getCollection("成人用品避孕用品情趣内衣(去重复后8万)").drop();
|
||||
db.createCollection("成人用品避孕用品情趣内衣(去重复后8万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 户外军品旅游机票(去重复后64万)
|
||||
// ----------------------------
|
||||
db.getCollection("户外军品旅游机票(去重复后64万)").drop();
|
||||
db.createCollection("户外军品旅游机票(去重复后64万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 手机(去重复后80万)
|
||||
// ----------------------------
|
||||
db.getCollection("手机(去重复后80万)").drop();
|
||||
db.createCollection("手机(去重复后80万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 数码相机图形冲印(去重复后23.8万)
|
||||
// ----------------------------
|
||||
db.getCollection("数码相机图形冲印(去重复后23.8万)").drop();
|
||||
db.createCollection("数码相机图形冲印(去重复后23.8万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 数码配件电子元件(去重复后51.6万)
|
||||
// ----------------------------
|
||||
db.getCollection("数码配件电子元件(去重复后51.6万)").drop();
|
||||
db.createCollection("数码配件电子元件(去重复后51.6万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 时尚家饰工艺品(去重复后41万)
|
||||
// ----------------------------
|
||||
db.getCollection("时尚家饰工艺品(去重复后41万)").drop();
|
||||
db.createCollection("时尚家饰工艺品(去重复后41万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 汽车配件(去重复后38.6万)
|
||||
// ----------------------------
|
||||
db.getCollection("汽车配件(去重复后38.6万)").drop();
|
||||
db.createCollection("汽车配件(去重复后38.6万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 珠宝钻石翡翠(去重复后44.5万)
|
||||
// ----------------------------
|
||||
db.getCollection("珠宝钻石翡翠(去重复后44.5万)").drop();
|
||||
db.createCollection("珠宝钻石翡翠(去重复后44.5万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 电脑硬件台式机网络设备(去重复后20万)
|
||||
// ----------------------------
|
||||
db.getCollection("电脑硬件台式机网络设备(去重复后20万)").drop();
|
||||
db.createCollection("电脑硬件台式机网络设备(去重复后20万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 男装(去重复后216万)
|
||||
// ----------------------------
|
||||
db.getCollection("男装(去重复后216万)").drop();
|
||||
db.createCollection("男装(去重复后216万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 童装婴儿服鞋帽(去重复后52万)
|
||||
// ----------------------------
|
||||
db.getCollection("童装婴儿服鞋帽(去重复后52万)").drop();
|
||||
db.createCollection("童装婴儿服鞋帽(去重复后52万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 笔记本(去重复后32万)
|
||||
// ----------------------------
|
||||
db.getCollection("笔记本(去重复后32万)").drop();
|
||||
db.createCollection("笔记本(去重复后32万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网络服务电脑软件(去重复后17万)
|
||||
// ----------------------------
|
||||
db.getCollection("网络服务电脑软件(去重复后17万)").drop();
|
||||
db.createCollection("网络服务电脑软件(去重复后17万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 装潢灯具五金(去重复后107万)
|
||||
// ----------------------------
|
||||
db.getCollection("装潢灯具五金(去重复后107万)").drop();
|
||||
db.createCollection("装潢灯具五金(去重复后107万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 食品保健(去重复后84.5万)
|
||||
// ----------------------------
|
||||
db.getCollection("食品保健(去重复后84.5万)").drop();
|
||||
db.createCollection("食品保健(去重复后84.5万)");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 饰品(去重复14.7万)
|
||||
// ----------------------------
|
||||
db.getCollection("饰品(去重复14.7万)").drop();
|
||||
db.createCollection("饰品(去重复14.7万)");
|
||||
156
Moncter/数据库/KR_游戏.js
Normal file
156
Moncter/数据库/KR_游戏.js
Normal file
@@ -0,0 +1,156 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_游戏
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:21:24
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 178游戏网
|
||||
// ----------------------------
|
||||
db.getCollection("178游戏网").drop();
|
||||
db.createCollection("178游戏网");
|
||||
db.getCollection("178游戏网").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 766游戏网
|
||||
// ----------------------------
|
||||
db.getCollection("766游戏网").drop();
|
||||
db.createCollection("766游戏网");
|
||||
db.getCollection("766游戏网").createIndex({
|
||||
"data.0": NumberInt("1")
|
||||
}, {
|
||||
name: "data.0_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 7k7k小游戏
|
||||
// ----------------------------
|
||||
db.getCollection("7k7k小游戏").drop();
|
||||
db.createCollection("7k7k小游戏");
|
||||
db.getCollection("7k7k小游戏").createIndex({
|
||||
account: NumberInt("1")
|
||||
}, {
|
||||
name: "account_1"
|
||||
});
|
||||
db.getCollection("7k7k小游戏").createIndex({
|
||||
domain: NumberInt("1")
|
||||
}, {
|
||||
name: "domain_1"
|
||||
});
|
||||
db.getCollection("7k7k小游戏").createIndex({
|
||||
account_type: NumberInt("1")
|
||||
}, {
|
||||
name: "account_type_1"
|
||||
});
|
||||
db.getCollection("7k7k小游戏").createIndex({
|
||||
is_email: NumberInt("1")
|
||||
}, {
|
||||
name: "is_email_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for DNF
|
||||
// ----------------------------
|
||||
db.getCollection("DNF").drop();
|
||||
db.createCollection("DNF");
|
||||
db.getCollection("DNF").createIndex({
|
||||
"data.0": NumberInt("1")
|
||||
}, {
|
||||
name: "data.0_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
id: NumberInt("1")
|
||||
}, {
|
||||
name: "id_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
character_name: NumberInt("1")
|
||||
}, {
|
||||
name: "character_name_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
server_name: NumberInt("1")
|
||||
}, {
|
||||
name: "server_name_1"
|
||||
});
|
||||
db.getCollection("DNF").createIndex({
|
||||
level: NumberInt("-1")
|
||||
}, {
|
||||
name: "level_-1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for KR_游戏_重叠用户
|
||||
// ----------------------------
|
||||
db.getCollection("KR_游戏_重叠用户").drop();
|
||||
db.createCollection("KR_游戏_重叠用户");
|
||||
db.getCollection("KR_游戏_重叠用户").createIndex({
|
||||
user_id: NumberInt("1")
|
||||
}, {
|
||||
name: "user_id_1"
|
||||
});
|
||||
db.getCollection("KR_游戏_重叠用户").createIndex({
|
||||
user_value: NumberInt("1")
|
||||
}, {
|
||||
name: "user_value_1"
|
||||
});
|
||||
db.getCollection("KR_游戏_重叠用户").createIndex({
|
||||
overlap_count: NumberInt("1")
|
||||
}, {
|
||||
name: "overlap_count_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 游戏语音ispeak_cn
|
||||
// ----------------------------
|
||||
db.getCollection("游戏语音ispeak_cn").drop();
|
||||
db.createCollection("游戏语音ispeak_cn");
|
||||
db.getCollection("游戏语音ispeak_cn").createIndex({
|
||||
username: NumberInt("1")
|
||||
}, {
|
||||
name: "username_1"
|
||||
});
|
||||
db.getCollection("游戏语音ispeak_cn").createIndex({
|
||||
email: NumberInt("1")
|
||||
}, {
|
||||
name: "email_1"
|
||||
});
|
||||
1136
Moncter/数据库/KR_腾讯.js
Normal file
1136
Moncter/数据库/KR_腾讯.js
Normal file
File diff suppressed because it is too large
Load Diff
79
Moncter/数据库/KR_酒店.js
Normal file
79
Moncter/数据库/KR_酒店.js
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_酒店
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:17
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 如家汉庭
|
||||
// ----------------------------
|
||||
db.getCollection("如家汉庭").drop();
|
||||
db.createCollection("如家汉庭");
|
||||
db.getCollection("如家汉庭").createIndex({
|
||||
Mobile: NumberInt("1")
|
||||
}, {
|
||||
name: "Mobile_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 酒店开房记录_2013年8月_2000万
|
||||
// ----------------------------
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万").drop();
|
||||
db.createCollection("酒店开房记录_2013年8月_2000万");
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万").createIndex({
|
||||
name: NumberInt("1")
|
||||
}, {
|
||||
name: "name_1"
|
||||
});
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万").createIndex({
|
||||
id_card: NumberInt("1")
|
||||
}, {
|
||||
name: "id_card_1"
|
||||
});
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万").createIndex({
|
||||
mobile: NumberInt("1")
|
||||
}, {
|
||||
name: "mobile_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 酒店开房记录_2013年8月_2000万内
|
||||
// ----------------------------
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万内").drop();
|
||||
db.createCollection("酒店开房记录_2013年8月_2000万内");
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万内").createIndex({
|
||||
mobile: NumberInt("1")
|
||||
}, {
|
||||
name: "mobile_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 酒店开房记录_2013年8月_2000万内_备份
|
||||
// ----------------------------
|
||||
db.getCollection("酒店开房记录_2013年8月_2000万内_备份").drop();
|
||||
db.createCollection("酒店开房记录_2013年8月_2000万内_备份");
|
||||
85
Moncter/数据库/KR_销售额3000万元-5000万元企业名录.js
Normal file
85
Moncter/数据库/KR_销售额3000万元-5000万元企业名录.js
Normal file
@@ -0,0 +1,85 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_销售额3000万元-5000万元企业名录
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:21:17
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 企业名录 的副本
|
||||
// ----------------------------
|
||||
db.getCollection("企业名录 的副本").drop();
|
||||
db.createCollection("企业名录 的副本");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 企业规模代码
|
||||
// ----------------------------
|
||||
db.getCollection("企业规模代码").drop();
|
||||
db.createCollection("企业规模代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 控股情况代码
|
||||
// ----------------------------
|
||||
db.getCollection("控股情况代码").drop();
|
||||
db.createCollection("控股情况代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 机构类型代码
|
||||
// ----------------------------
|
||||
db.getCollection("机构类型代码").drop();
|
||||
db.createCollection("机构类型代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 经济类型代码
|
||||
// ----------------------------
|
||||
db.getCollection("经济类型代码").drop();
|
||||
db.createCollection("经济类型代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 营业收入代码
|
||||
// ----------------------------
|
||||
db.getCollection("营业收入代码").drop();
|
||||
db.createCollection("营业收入代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 行业代码
|
||||
// ----------------------------
|
||||
db.getCollection("行业代码").drop();
|
||||
db.createCollection("行业代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 行政区划代码
|
||||
// ----------------------------
|
||||
db.getCollection("行政区划代码").drop();
|
||||
db.createCollection("行政区划代码");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 销售额3000万元-5000万元企业名录
|
||||
// ----------------------------
|
||||
db.getCollection("销售额3000万元-5000万元企业名录").drop();
|
||||
db.createCollection("销售额3000万元-5000万元企业名录");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 隶属关系代码
|
||||
// ----------------------------
|
||||
db.getCollection("隶属关系代码").drop();
|
||||
db.createCollection("隶属关系代码");
|
||||
91
Moncter/数据库/KR_顺丰.js
Normal file
91
Moncter/数据库/KR_顺丰.js
Normal file
@@ -0,0 +1,91 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_顺丰
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:20:28
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 顺丰快递数据
|
||||
// ----------------------------
|
||||
db.getCollection("顺丰快递数据").drop();
|
||||
db.createCollection("顺丰快递数据");
|
||||
db.getCollection("顺丰快递数据").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据").createIndex({
|
||||
province: NumberInt("1")
|
||||
}, {
|
||||
name: "province_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据").createIndex({
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "city_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据").createIndex({
|
||||
province: NumberInt("1"),
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "province_1_city_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据").createIndex({
|
||||
phone: NumberInt("1"),
|
||||
province: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1_province_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 顺丰快递数据_tmpForCopy1
|
||||
// ----------------------------
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").drop();
|
||||
db.createCollection("顺丰快递数据_tmpForCopy1");
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").createIndex({
|
||||
phone: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").createIndex({
|
||||
province: NumberInt("1")
|
||||
}, {
|
||||
name: "province_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").createIndex({
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "city_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").createIndex({
|
||||
province: NumberInt("1"),
|
||||
city: NumberInt("1")
|
||||
}, {
|
||||
name: "province_1_city_1"
|
||||
});
|
||||
db.getCollection("顺丰快递数据_tmpForCopy1").createIndex({
|
||||
phone: NumberInt("1"),
|
||||
province: NumberInt("1")
|
||||
}, {
|
||||
name: "phone_1_province_1"
|
||||
});
|
||||
217
Moncter/数据库/KR_香港在大陆投资企业名录.js
Normal file
217
Moncter/数据库/KR_香港在大陆投资企业名录.js
Normal file
@@ -0,0 +1,217 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_香港在大陆投资企业名录
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:21:07
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 上海
|
||||
// ----------------------------
|
||||
db.getCollection("上海").drop();
|
||||
db.createCollection("上海");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 云南
|
||||
// ----------------------------
|
||||
db.getCollection("云南").drop();
|
||||
db.createCollection("云南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 内蒙
|
||||
// ----------------------------
|
||||
db.getCollection("内蒙").drop();
|
||||
db.createCollection("内蒙");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 北京
|
||||
// ----------------------------
|
||||
db.getCollection("北京").drop();
|
||||
db.createCollection("北京");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 吉林
|
||||
// ----------------------------
|
||||
db.getCollection("吉林").drop();
|
||||
db.createCollection("吉林");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 四川
|
||||
// ----------------------------
|
||||
db.getCollection("四川").drop();
|
||||
db.createCollection("四川");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 天津
|
||||
// ----------------------------
|
||||
db.getCollection("天津").drop();
|
||||
db.createCollection("天津");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 宁夏
|
||||
// ----------------------------
|
||||
db.getCollection("宁夏").drop();
|
||||
db.createCollection("宁夏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 安徽
|
||||
// ----------------------------
|
||||
db.getCollection("安徽").drop();
|
||||
db.createCollection("安徽");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 山东
|
||||
// ----------------------------
|
||||
db.getCollection("山东").drop();
|
||||
db.createCollection("山东");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 山西
|
||||
// ----------------------------
|
||||
db.getCollection("山西").drop();
|
||||
db.createCollection("山西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广东
|
||||
// ----------------------------
|
||||
db.getCollection("广东").drop();
|
||||
db.createCollection("广东");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 广西
|
||||
// ----------------------------
|
||||
db.getCollection("广西").drop();
|
||||
db.createCollection("广西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 新疆
|
||||
// ----------------------------
|
||||
db.getCollection("新疆").drop();
|
||||
db.createCollection("新疆");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江苏
|
||||
// ----------------------------
|
||||
db.getCollection("江苏").drop();
|
||||
db.createCollection("江苏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 江西
|
||||
// ----------------------------
|
||||
db.getCollection("江西").drop();
|
||||
db.createCollection("江西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 河北
|
||||
// ----------------------------
|
||||
db.getCollection("河北").drop();
|
||||
db.createCollection("河北");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 河南
|
||||
// ----------------------------
|
||||
db.getCollection("河南").drop();
|
||||
db.createCollection("河南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 浙江
|
||||
// ----------------------------
|
||||
db.getCollection("浙江").drop();
|
||||
db.createCollection("浙江");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 海南
|
||||
// ----------------------------
|
||||
db.getCollection("海南").drop();
|
||||
db.createCollection("海南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 湖北
|
||||
// ----------------------------
|
||||
db.getCollection("湖北").drop();
|
||||
db.createCollection("湖北");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 湖南
|
||||
// ----------------------------
|
||||
db.getCollection("湖南").drop();
|
||||
db.createCollection("湖南");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 甘肃
|
||||
// ----------------------------
|
||||
db.getCollection("甘肃").drop();
|
||||
db.createCollection("甘肃");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 福建
|
||||
// ----------------------------
|
||||
db.getCollection("福建").drop();
|
||||
db.createCollection("福建");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 西藏
|
||||
// ----------------------------
|
||||
db.getCollection("西藏").drop();
|
||||
db.createCollection("西藏");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 贵州
|
||||
// ----------------------------
|
||||
db.getCollection("贵州").drop();
|
||||
db.createCollection("贵州");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 辽宁
|
||||
// ----------------------------
|
||||
db.getCollection("辽宁").drop();
|
||||
db.createCollection("辽宁");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 重庆
|
||||
// ----------------------------
|
||||
db.getCollection("重庆").drop();
|
||||
db.createCollection("重庆");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 陕西
|
||||
// ----------------------------
|
||||
db.getCollection("陕西").drop();
|
||||
db.createCollection("陕西");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 青海
|
||||
// ----------------------------
|
||||
db.getCollection("青海").drop();
|
||||
db.createCollection("青海");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 香港投资企业名录
|
||||
// ----------------------------
|
||||
db.getCollection("香港投资企业名录").drop();
|
||||
db.createCollection("香港投资企业名录");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 黑龙江
|
||||
// ----------------------------
|
||||
db.getCollection("黑龙江").drop();
|
||||
db.createCollection("黑龙江");
|
||||
103
Moncter/数据库/KR_魔兽世界.js
Normal file
103
Moncter/数据库/KR_魔兽世界.js
Normal file
@@ -0,0 +1,103 @@
|
||||
/*
|
||||
Navicat Premium Data Transfer
|
||||
|
||||
Source Server : 标签数据库
|
||||
Source Server Type : MongoDB
|
||||
Source Server Version : 60025 (6.0.25)
|
||||
Source Host : 192.168.2.6:27017
|
||||
Source Schema : KR_魔兽世界
|
||||
|
||||
Target Server Type : MongoDB
|
||||
Target Server Version : 60025 (6.0.25)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 19/11/2025 15:19:37
|
||||
*/
|
||||
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for elysn欧美_魔兽世界主题库
|
||||
// ----------------------------
|
||||
db.getCollection("elysn欧美_魔兽世界主题库").drop();
|
||||
db.createCollection("elysn欧美_魔兽世界主题库");
|
||||
db.getCollection("elysn欧美_魔兽世界主题库").createIndex({
|
||||
"账号": NumberInt("1")
|
||||
}, {
|
||||
name: "账号_1"
|
||||
});
|
||||
db.getCollection("elysn欧美_魔兽世界主题库").createIndex({
|
||||
"密码": NumberInt("1")
|
||||
}, {
|
||||
name: "密码_1"
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for system.profile
|
||||
// ----------------------------
|
||||
db.getCollection("system.profile").drop();
|
||||
db.createCollection("system.profile",{
|
||||
capped: true,
|
||||
size: 1048576
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网易2500W密正数据
|
||||
// ----------------------------
|
||||
db.getCollection("网易2500W密正数据").drop();
|
||||
db.createCollection("网易2500W密正数据");
|
||||
db.getCollection("网易2500W密正数据").createIndex({
|
||||
"账号": NumberInt("1")
|
||||
}, {
|
||||
name: "账号_1",
|
||||
unique: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网易IS_game.sohu.com邮箱占90%
|
||||
// ----------------------------
|
||||
db.getCollection("网易IS_game.sohu.com邮箱占90%").drop();
|
||||
db.createCollection("网易IS_game.sohu.com邮箱占90%");
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网易正确数据_已确认
|
||||
// ----------------------------
|
||||
db.getCollection("网易正确数据_已确认").drop();
|
||||
db.createCollection("网易正确数据_已确认");
|
||||
db.getCollection("网易正确数据_已确认").createIndex({
|
||||
"账号": NumberInt("1")
|
||||
}, {
|
||||
name: "账号_1",
|
||||
background: true,
|
||||
unique: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 网易正确数据_空白数据
|
||||
// ----------------------------
|
||||
db.getCollection("网易正确数据_空白数据").drop();
|
||||
db.createCollection("网易正确数据_空白数据");
|
||||
db.getCollection("网易正确数据_空白数据").createIndex({
|
||||
"账号": NumberInt("1")
|
||||
}, {
|
||||
name: "idx_account",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("网易正确数据_空白数据").createIndex({
|
||||
"密码": NumberInt("1")
|
||||
}, {
|
||||
name: "idx_password",
|
||||
background: true
|
||||
});
|
||||
db.getCollection("网易正确数据_空白数据").createIndex({
|
||||
"账号": NumberInt("1"),
|
||||
"密码": NumberInt("1")
|
||||
}, {
|
||||
name: "idx_account_password",
|
||||
background: true
|
||||
});
|
||||
|
||||
// ----------------------------
|
||||
// Collection structure for 魔兽世界_3月库
|
||||
// ----------------------------
|
||||
db.getCollection("魔兽世界_3月库").drop();
|
||||
db.createCollection("魔兽世界_3月库");
|
||||
Reference in New Issue
Block a user