module.exports = { tableName: 'lexicon_word_ref_word', attributes: { id: { type: 'number', autoIncrement: true, }, ref: { model: 'LexiconWordRef' }, word: { model: 'LexiconWord' } }, };