Has Many
relationships:
- {
type: hasMany,
model: Comment,
foreignKey: post_id,
localKey: id
}Last updated
relationships:
- {
type: hasMany,
model: Comment,
foreignKey: post_id,
localKey: id
}Last updated