-
## Description
If the migration creates postgres types, running `sea-orm-cli migrate fresh` will fail because it doesn't delete types, and it will say that the type already exists.
## Steps …
-
编译都ok,但是cargo run后,打印信息后程序退出
axum_admin> cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.65s
Running `target\debug\axum-admin.exe`
…
-
Hey @onichandame, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Description
This feels like a bug but could just be my lack of understanding, I'm new to sea-orm and frankly to Rust as well. I wrote a test to fetch model data from the db and instead of it ret…
-
Hey @EstebanBorai @Michael-Liendo, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Summary
Be able to directly support Array in database
Such as `text[]`
## Additional Information
Right now it is represented by a custom `column_type = "Custom(\"array\".to_owned())…
-
### Discussed in https://github.com/SeaQL/sea-orm/discussions/604
Originally posted by **viktorbahr** March 12, 2022
## Preface
Since I'm relatively new to Rust, I'm not 100% sure if I'm miss…
-
## Motivation
## Proposed Solutions
## Additional Information
-
### Discussed in https://github.com/SeaQL/sea-orm/discussions/1101
Originally posted by **jukanntenn** October 8, 2022
This is the example from official docs [Handling Custom Selects](https:/…
-
## Motivation
Like there are 3 classes, A, B, C
and A has a one-to-one with B and C.
How can I Eager Load B and C relations by A.
I saw `find_also_related` only supports one relationship.
…