I am trying to use ...EntityFrameworkCore... ORM to interact with my databases. By default, ...EntityFrameworkCore... seems to store enum as int instead of string. ...However, I would like to store the value in the database as a string. I can see that ...