Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -rab4d75b5749af0a12698661f818e922e59125f7a -r0a571f01845e933a1c290776f90b23df394debd6 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision ab4d75b5749af0a12698661f818e922e59125f7a) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 0a571f01845e933a1c290776f90b23df394debd6) @@ -69,9 +69,9 @@ public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; } public Nullable ProbabilityOpenStructureBeforeFlooding { get; set; } public double FailureProbabilityOpenStructure { get; set; } - public Nullable IdenticalApertures { get; set; } + public int IdenticalApertures { get; set; } public double FailureProbablityReparation { get; set; } - public Nullable InflowModelType { get; set; } + public byte InflowModelType { get; set; } public double FailureProbabilityStructureWithErosion { get; set; } public Nullable DeviationWaveDirection { get; set; } public Nullable DrainCoefficientMean { get; set; }