UNPKG

sequelize-auto-migration-generator

Version:
9 lines (7 loc) 275 B
const path = require('path'); module.exports = { config: path.resolve('config', 'database.json'), 'models-path': path.resolve('config', 'models'), 'seeders-path': path.resolve('config', 'seeders'), 'migrations-path': path.resolve('config', 'migrations'), };