A
A
asergrisa2019-03-23 13:06:12
MySQL
asergrisa, 2019-03-23 13:06:12

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 question

Ask a Question

731 491 924 answers to any question