Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql =================================================================== diff -u -r9f192d2deed876584c9b69cfc2f600d906674fa2 -rac5da35861aeeaaab57c029d1dc7f6ed47013d25 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 9f192d2deed876584c9b69cfc2f600d906674fa2) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision ac5da35861aeeaaab57c029d1dc7f6ed47013d25) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 25-Oct-2016 11:06:52 AM */ +/* Created On : 25-okt-2016 11:47:35 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -952,9 +952,9 @@ 'FlowWidthAtBottomProtectionStandardDeviation' REAL, 'ProbabilityOpenStructureBeforeFlooding' REAL, 'FailureProbabilityOpenStructure' REAL, - 'IdenticalApertures' REAL, + 'IdenticalApertures' INT (4) NOT NULL, 'FailureProbabilityReparation' REAL, - 'InflowModelType' TINYINT (1), + 'InflowModelType' TINYINT (1) NOT NULL, -- Enum. VerticalWall = 1, LowSill = 2, FloodedCulvert =3 CONSTRAINT 'FK_ClosingStructureEntity_FailureMechanismEntity' FOREIGN KEY ('FailureMechanismEntityId') REFERENCES 'FailureMechanismEntity' ('FailureMechanismEntityId') ON DELETE Cascade ON UPDATE Cascade ) ;