Created
February 20, 2015 04:46
-
-
Save oskardahlberg/66c1c436a6dd7b09f091 to your computer and use it in GitHub Desktop.
Emotioooons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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