Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created December 10, 2015 04:49
Show Gist options
  • Save pencilcheck/311f32cad0deadfcb985 to your computer and use it in GitHub Desktop.
Save pencilcheck/311f32cad0deadfcb985 to your computer and use it in GitHub Desktop.
AttendeeSchema = new Schema(
user_id:
type: Schema.Types.ObjectId
ref: 'User'
event_id:
type: Schema.Types.ObjectId
ref: 'Event'
like:
type: Boolean
default: false
reasons: [String]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment