-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
Description
Do we have it? if so whats the syntax.
Additionally, i am creating my model's associations with column in the lookup table
eg.
db.Product.hasMany("additionalmedia", db.MediaItem, { order: Number }, {
reverse : "additionalproducts"
});I'd like to be able to sort by order.
Both
product.getAdditionalmedia('order', function (err, additionalImages) {and
product.getAdditionalmedia({}, 'order', function (err, additionalImages) {don't seem to have any effect.
Thanks :)
Reactions are currently unavailable