Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var VideoSchema = new mongoose.Schema({
  2. video: String,
  3. title: String,
  4. events: [{
  5. title: String,
  6. text: String
  7. }]
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement