Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created November 6, 2014 14:19
Show Gist options
  • Select an option

  • Save alanhoff/0bac188ec29ea0eca1c2 to your computer and use it in GitHub Desktop.

Select an option

Save alanhoff/0bac188ec29ea0eca1c2 to your computer and use it in GitHub Desktop.
var SiteSchema = new Mongoose.Schema({
site: String,
newLink: {
tipe: String,
index: {
unique: true
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment