Fish Wang says to YSITDgetMessageSchema = (mongoose, mediaCollectionName = "Media", collectionName = "Messages")-> MessageSchema = mongoose.Schema { from : String to : String message : String isOnChannel : true time : { type : Date, index : true } }, { collection : collectionName }at Sat, Sep 17, 2016 9:15 PM