module.exports = { tableName: 'encyc_entry_tag', attributes: { id: { type: 'number', autoIncrement: true, }, entry: { model: 'EncycEntry', }, tag: { model: 'Tag', }, }, };