use digimon_member;
db.user_info.createIndex({"uid": 1},{unique: true})
db.user_info.createIndex({"create_at": 1})