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
I did not find anything about global configuration in the official documentation. Did I just not find it or is it not there on purpose?
My reason for configuring it globally is because I want behavior like that to be at least consistent throughout my application.
BR Matthias
The text was updated successfully, but these errors were encountered:
I want to configure all enums to be stored as
string
instead ofint
just to be more readable in the DB.I came up with this code to configure that globally for all enums and am wondering if there is a better way to do that or another best practice.
Also noticed that the string is nvarchar(max) - not sure if I should even care about that, but since I'm already here...
I did not find anything about global configuration in the official documentation. Did I just not find it or is it not there on purpose?
My reason for configuring it globally is because I want behavior like that to be at least consistent throughout my application.
BR Matthias
The text was updated successfully, but these errors were encountered: