Skip to content

Instantly share code, notes, and snippets.

@2pai
Created August 5, 2019 15:12
Show Gist options
  • Save 2pai/4c16b3c1586e7342145e88118770cef9 to your computer and use it in GitHub Desktop.
Save 2pai/4c16b3c1586e7342145e88118770cef9 to your computer and use it in GitHub Desktop.
const mongoose = require('mongoose');
const Schema = mongoose.Schema;
const banner = new Schema({
bannerAndroid: String,
bannerWebsite: String,
bannerAds: String,
bannerIOS: String,
});
module.exports = {
banner
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment