module.exports = { tableName: 'lexicon_source', attributes: { id: { type: 'number', autoIncrement: true, }, title: { type: 'string', }, sortable: { type: 'string', }, }, };