mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 22:17:07 +08:00
14 lines
215 B
JavaScript
14 lines
215 B
JavaScript
var Model = require('../../model');
|
|
|
|
module.exports = Model.spawn({
|
|
|
|
collection: 'settings',
|
|
|
|
description: {
|
|
type: {type: 'string', unique: true},
|
|
description: 'object'
|
|
},
|
|
|
|
strict: false
|
|
|
|
}); |