Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r741fcc00e47a7ff8fa01bbf15edbaedf8dec2e57 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision 741fcc00e47a7ff8fa01bbf15edbaedf8dec2e57) @@ -31,12 +31,13 @@ namespace Application.Ringtoets.Storage.DbContext { using System; - + using System.Collections.Generic; + public partial class GrassCoverErosionOutwardsFailureMechanismMetaEntity { public long GrassCoverErosionOutwardsFailureMechanismMetaEntityId { get; set; } - public Nullable FailureMechanismEntityId { get; set; } - public byte N { get; set; } + public long FailureMechanismEntityId { get; set; } + public int N { get; set; } public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } }