You can use schema option in your model. Just add it to model declaration and that's it. // api/models/Model.js module.exports = { schema: true, attributes: ...
確定! 回上一頁