How to implement `join on and` in sequelize?

前端 未结 0 1698
攒了一身酷
攒了一身酷 2020-12-04 16:18

Here is what I want:

create table a(
 id int primary key,
 bid int ,
 type int
)

create table b(
 id int primary key,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题