migration add enum operate #51734
-
It is recommended to add more enumeration-related functions in the enumeration field For example, I often write like this: Is there a better way to omit |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is not recommended. If you change things or remove things, your migrations will fail... |
Beta Was this translation helpful? Give feedback.
-
I agree with @henzeb, make it weakly typed ( to reflect only the type of the BackedEnum ) and then simply cast it in the model so you can't insert bad data there. |
Beta Was this translation helpful? Give feedback.
It is not recommended. If you change things or remove things, your migrations will fail...