News

Feature request - Is there a way to set default value for additional columns?. It only supports referencing property names, but in some cases, we want to have additional columns with default values in ...
Is there a way to set EF to use the DB default values? I'm actually surprised that EF is even able to trigger this, I assumed that the underlying SQL would trump a null insert. EF Core version: 3.1.4 ...