Sorry if this doesn't belong here but I am having an issue to re-use models across multiple databases. I think this is related to sequelize-typescript
.
When I define my model I am able to add it to a sequelize instance, but when I add it to another instance it fails.
StackOverflow post