-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base Model #72
Comments
TODO:
|
Question: should queries sort by default? |
|
Should we also define fields using decorators? The current approach is simpler, but introduces issues, like it is impossible to type the precise list of fields that are saved to the DB, or to implement custom serialization like Lucid. |
Decorators such as |
https://docs.adonisjs.com/reference/orm/base-model
The text was updated successfully, but these errors were encountered: