The A.belongsToMany(B, { through: 'C' }) association means that a Many-To-Many relationship exists between A and B , using table C as junction table, ...
確定! 回上一頁