cannot find method or associated constant enum_type_name
in trait sea_orm::sea_query::ValueType
when running migration
#2437
-
Hi First time user of sea orm and also fairly new to rust in general so not entirely sure where the problem is. Hopefully someone can help me. When I run
I'm getting the following error:
I've followed the tutorial to generate the migration files. I'm using postgres as my DB. Any help appreciated. I'm using the latest version of rust 1.83.0 Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Going to resolve this. Looks like my cargo.lock file got a bit corrupted or something. Not exactly sure but as soon as I rebuilt it the compilation errors went away. Resolving. |
Beta Was this translation helpful? Give feedback.
-
Fyi, I just filed a bug report for this, considering that my |
Beta Was this translation helpful? Give feedback.
Going to resolve this. Looks like my cargo.lock file got a bit corrupted or something. Not exactly sure but as soon as I rebuilt it the compilation errors went away. Resolving.