module.exports = {
tableName: 'getty_entity_term',
attributes: {
id: { type: 'number', autoIncrement: true, },
relation: {
type: 'string'
},
entityId: {
columnName: 'entity_id',
model: 'GettyEntity'
},
termId: {
columnName: 'term_id',
model: 'GettyTerm'
},
},
};