We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EntityModel
with the attr #[sea_orm(ignore)]
#[sea_orm(ignore)]
The text was updated successfully, but these errors were encountered:
That means the column will not exists in Column variant and it will also be ignored during CRUD actions? @tyt2y3
Column
Sorry, something went wrong.
Yes. But it still has to have a default value in order to default construct a Model.
Compact entity format (SeaQL/sea-orm#105, SeaQL/sea-orm#159)
3804d91
billy1624
Successfully merging a pull request may close this issue.
with the attr
#[sea_orm(ignore)]
The text was updated successfully, but these errors were encountered: