* Creates a 1:m association between this (the source) and the provided target. * The foreign key is added on the target. * * @param {Model} target Target model * @param {object} [options] hasMany association options * @param {boolean} [options.ho
(target, options)
| 4457 | * User.hasMany(Profile) class="cm">// This will add userId to the profile table |
| 4458 | */ |
| 4459 | static hasMany(target, options) {} class="cm">// eslint-disable-line |
| 4460 | |
| 4461 | /** |
| 4462 | * Create an N:M association with a join table. Defining `through` is required. |
no outgoing calls
no test coverage detected