This topic created in 1327 days ago, the information mentioned may be changed or developed.
2 replies • 2022-09-10 14:57:38 +08:00
 |
|
1
RRRoger Sep 10, 2022
刚接触 sequelize 不久
一对多就直接先 create 明细 然后绑定主表 id
多对多 model.prototype.setXXXs(xxxIds)
|
 |
|
2
chensuiyi Sep 10, 2022
sequelize 关联关系太麻烦了,我已经全面使用 knexjs ,还不错。
|