-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add alias schema option #5184
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
Add alias schema option #5184
Conversation
Plan to incorporate alias into query and constructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is a very neat solution to a feature we've wanted for a while. Will merge with 4.10.0 (ETA April 30)
Lol, checks fail on "model indexes auto creation can be disabled". Hmm... |
Close and reopen the PR to trigger a rebuild now reporting no error |
Summary
Supporting alias is a great feature for an ORM. Currently, we already have virtual getter/setter, I just incorporate them into a schema option for usability
Test plan