EF Core automatically sets the column length when saving enum strings
I have an entity with two enums and I’ve set a conversion for these two fields to save the string in the database. But when I generate the migration, EF Core creates one column with nvharchar(max) and the other with nvarchar(450).