mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Various changes
This commit is contained in:
7
app/model/pms.js
Normal file
7
app/model/pms.js
Normal file
@ -0,0 +1,7 @@
|
||||
var mongoose = require('mongoose'),
|
||||
Schema = mongoose.Schema,
|
||||
ObjectId = Schema.ObjectId;
|
||||
|
||||
var pmSchema = new Schema({})
|
||||
|
||||
var Pm = module.exports = mongoose.model('Pm', pmSchema);
|
Reference in New Issue
Block a user