Skip to content

Instantly share code, notes, and snippets.

@oskardahlberg
Created February 20, 2015 04:46
Show Gist options
  • Save oskardahlberg/66c1c436a6dd7b09f091 to your computer and use it in GitHub Desktop.
Save oskardahlberg/66c1c436a6dd7b09f091 to your computer and use it in GitHub Desktop.
Emotioooons
var EmotionSchema = new mongoose.Schema({
name : String,
defaultCategory: String,
customCategory: String,
imageSrc: String,
timesUsed: Number
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment