Index: build/DatabaseStructure.sql =================================================================== diff -u -rcdfce95c2082bd20d00cc92bd2828f73aad3a15a -r7d89262d3b971dceec1e987e22d0027bf675c196 --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision cdfce95c2082bd20d00cc92bd2828f73aad3a15a) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 7d89262d3b971dceec1e987e22d0027bf675c196) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 21-Nov-2017 08:50:44 */ +/* Created On : 24-jan-2018 10:25:03 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -489,6 +489,7 @@ 'StabilityStoneCoverFailureMechanismMetaEntityId' INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 'FailureMechanismEntityId' INTEGER NOT NULL, 'ForeshoreProfileCollectionSourcePath' TEXT, + 'N' REAL NOT NULL, CONSTRAINT 'FK_StabilityStoneCoverFailureMechanismMetaEntity_FailureMechanismEntity' FOREIGN KEY ('FailureMechanismEntityId') REFERENCES 'FailureMechanismEntity' ('FailureMechanismEntityId') ON DELETE Cascade ON UPDATE Cascade ) ;