I have two MYSQL schemas and they should work together.
IE: the "user" table is in the "a" schema, and the "profile" table is in the "b" schema.
Can you define associations between both models that live in different schemes this way in Sequelize js?
Will this work?
How should I define models from different schemas?
source share