Answer the question
In order to leave comments, you need to log in
How to use sequelize-cli to set MM relationship between 2 tables?
Let's say I made 2 models
```bash
sequelize model:generate --name User --attributes login:string
sequelize model:generate --name Book --attributes name:string
```
How can I set the M:M ratio between these tables?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question