modelA.js 149 B

12345
  1. var Schema = require('../../../lib').Schema;
  2. var mySchema = Schema({name: String});
  3. /* global db */
  4. module.exports = db.model('MyModel', mySchema);