Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql =================================================================== diff -u -r6059a4af5c28390c79efa4e808e28cc93eeddac1 -rb2e7713ec43e71c2ad818b0f5d6405b6eab49e63 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 6059a4af5c28390c79efa4e808e28cc93eeddac1) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision b2e7713ec43e71c2ad818b0f5d6405b6eab49e63) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 31-mei-2016 14:13:08 */ +/* Created On : 02-jun-2016 11:44:10 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -132,7 +132,7 @@ 'FailureMechanismSectionEntityId' INTEGER NOT NULL, 'X' NUMERIC NOT NULL, 'Y' NUMERIC NOT NULL, - 'Order' INTEGER NOT NULL, + 'Order' INT (4) NOT NULL, CONSTRAINT 'FK_FailureMechanismSectionPointEntity_FailureMechanismSectionEntity' FOREIGN KEY ('FailureMechanismSectionEntityId') REFERENCES 'FailureMechanismSectionEntity' ('FailureMechanismSectionEntityId') ON DELETE Cascade ON UPDATE Cascade ) ;