'Define relationship between tables without defining models in Sequelize?
I have to make relationship between tables in Sequelize. I have tables in PostgreSQL but do not have model defined.
Is there a way to define relationship without defining model first?
Solution 1:[1]
So, There is a way to auto generate models. I generate models using forest admin.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sam Douglas |
