Skip to content

Instantly share code, notes, and snippets.

@anthonytxie
Last active April 10, 2018 13:43
Show Gist options
  • Save anthonytxie/425cc81f30dcfe039df633e851151789 to your computer and use it in GitHub Desktop.
Save anthonytxie/425cc81f30dcfe039df633e851151789 to your computer and use it in GitHub Desktop.
const commentSchema = new Schema({
commentDate: {
type: Date,
index: true
},
body: {
type: String
},
subreddit: {
type: String
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment