Postgresql – System.InvalidCastException: Column 'modifiedbyuserid' is null
I had been getting an error System.InvalidCastException: Column 'modifiedbyuserid' is null when using Entity Framework Core with a Postgresql database, even though the column is defined as nullable int? in the model. Database: Postgresql version 12.3-1.pgdg100+1 .NET Core project <Project…