I have an Entity Framework context that is generated Database-first. I'm adding a table with a GUID PK that will be generated by the database. When I generate the EDMX model from the database, it sets StoreGeneratedPattern to 'None'.I have an Entity Framework context that is gene