Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs =================================================================== diff -u -r3dbf451144dc23d8abe649913baee1a5e544c48c -rf49fef750f4d3cd7091fcd44442f91e978b341b3 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision 3dbf451144dc23d8abe649913baee1a5e544c48c) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision f49fef750f4d3cd7091fcd44442f91e978b341b3) @@ -34,9 +34,11 @@ { public long MicrostabilitySectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } - public byte LayerOne { get; set; } - public byte LayerTwoA { get; set; } - public double? LayerThree { get; set; } + public byte SimpleAssessmentResult { get; set; } + public byte DetailedAssessmentResult { get; set; } + public byte TailorMadeAssessmentResult { get; set; } + public byte UseManualAssemblyCategoryGroup { get; set; } + public byte ManualAssemblyCategoryGroup { get; set; } public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } }