Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerOneDEntity.cs =================================================================== diff -u -r8e213638a22dd9f04d965d875bb58156db019be5 -ra25ab906f08e5e263ebb35920acc3ee1bdd928df --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerOneDEntity.cs (.../MacroStabilityInwardsSoilLayerOneDEntity.cs) (revision 8e213638a22dd9f04d965d875bb58156db019be5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerOneDEntity.cs (.../MacroStabilityInwardsSoilLayerOneDEntity.cs) (revision a25ab906f08e5e263ebb35920acc3ee1bdd928df) @@ -36,7 +36,7 @@ public long MacroStabilityInwardsSoilProfileOneDEntityId { get; set; } public double? Top { get; set; } public byte IsAquifer { get; set; } - public long Color { get; set; } + public long? Color { get; set; } public string MaterialName { get; set; } public byte ShearStrengthModel { get; set; } public byte UsePop { get; set; }