I use the EF Core Powertools to reverse-engineer a set of tables from my Db into an EF data model....When creating a record in a table, one or more varchar fields are marked as allowing null....If I update my entity attributes on these fields to use...[Re...