I have two tables:
const attr = { name: { type: DataTypes.STRING, }, }; const Tags = createModel(\'Tags\', attr, {});
and: