UNPKG

sails-hook-fixtures

Version:

Automatically install database fixtures with relations to your database when you lift Sails

18 lines (17 loc) 269 B
module.exports = { attributes: { name: { type: 'string', required: true }, companyGroups: { collection: 'group', via: 'company', dominant: true }, hometown: { model: 'hometown', required: true } } }