JetEntityFrameworkProvider
JetEntityFrameworkProvider copied to clipboard
Create Table for longchar with default
A Migration generated from scaffolded tables with the fluent API fails to generate the correct Create Table statement for a longchar column with a default value. Removing the default allowed the Table to be created in a DB with Access 2003 format.
The command used : dotnet ef database update