UNPKG

flexbiz-server

Version:

Flexible Server

3 lines (2 loc) 654 B
'use strict';const ecompromotion_freeshipsScheam=new Schema({id_app:{type:String,required:!0,maxlength:1024},status:{type:Boolean,default:!0},date_created:{type:Date,default:Date.now},date_updated:{type:Date,default:Date.now},user_created:{type:String,default:""},user_updated:{type:String,default:""}}); (global.configs||{}).createIndexes&&(ecompromotion_freeshipsScheam.index({id_app:1}),ecompromotion_freeshipsScheam.index({status:1}),ecompromotion_freeshipsScheam.index({user_created:1,visible_to:1,visible_to_users:1}));module.exports=mongoose.models.ecompromotion_freeships||mongoose.model("ecompromotion_freeships",ecompromotion_freeshipsScheam);