如何在不更改或创建的情况下运行SailsJS Waterline适配器.我的数据库没有为生产应用用户提供更改或创建权限.所以,我需要运行它,但是当我启动SailsJS时,它抱怨它没有权限. Waterline适配器非
例:
module.exports = { migrate: 'safe', adapters: 'mysql', attributes: { column1: 'string', column2: 'integer' } };
例:
module.exports = { migrate: 'safe', adapters: 'mysql', attributes: { column1: 'string', column2: 'integer' } };