You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
pranc1ngpegasus
changed the title
Generate entities: SeaRc<ColumnDef> passed for ColumnType::Array
Generate entities: RcOrArc<ColumnDef> passed for ColumnType::Array
Nov 7, 2024
Description
I ran
sea-orm-cli generate entity
and generated Rust code does not compile:Steps to Reproduce
enum[]
Expected Behavior
Compiles
Actual Behavior
Not compiles
Reproduces How Often
Consistent
Workarounds
Edit generated code like this:
Of course it will be overwritten when we re-generate Rust code :(
Reproducible Example
migration file:
Versions
The text was updated successfully, but these errors were encountered: