Change default ordering of Lucid Model #1272
-
By default, when you execute Regards. |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Jul 20, 2020
Replies: 1 comment 2 replies
-
Simply constructor a query yourself. await Model.query().orderBy('key', 'direction') |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zmaglica
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simply constructor a query yourself.