diff --git a/ERMize/images/entity-with-fi.png b/ERMize/images/entity-with-fi.png index 8941222..195582d 100644 Binary files a/ERMize/images/entity-with-fi.png and b/ERMize/images/entity-with-fi.png differ diff --git a/ERMize/images/entity-with-multiple-fi.png b/ERMize/images/entity-with-multiple-fi.png index 0fc9bc7..5bb6393 100644 Binary files a/ERMize/images/entity-with-multiple-fi.png and b/ERMize/images/entity-with-multiple-fi.png differ diff --git a/ERMize/snippets/entity-with-fi.txt b/ERMize/snippets/entity-with-fi.txt index ae36eb4..8ef2fe5 100644 --- a/ERMize/snippets/entity-with-fi.txt +++ b/ERMize/snippets/entity-with-fi.txt @@ -1,9 +1,8 @@ entity User { - username + username } entity TaskList { - title - owner - description + title + owner } \ No newline at end of file diff --git a/ERMize/snippets/entity-with-multiple-fi.txt b/ERMize/snippets/entity-with-multiple-fi.txt index 833c1ad..fa13332 100644 --- a/ERMize/snippets/entity-with-multiple-fi.txt +++ b/ERMize/snippets/entity-with-multiple-fi.txt @@ -1,20 +1,14 @@ entity User { - username + username } entity TaskList { - title - owner - description + title + owner } entity Task { - title - list_title - owner - description - start_date - end_date - start_time - end_time + title + list_title + owner } \ No newline at end of file diff --git a/ERMize/topics/Entity/Foreign-Identifiers.topic b/ERMize/topics/Entity/Foreign-Identifiers.topic index 29fa822..121d809 100644 --- a/ERMize/topics/Entity/Foreign-Identifiers.topic +++ b/ERMize/topics/Entity/Foreign-Identifiers.topic @@ -11,7 +11,6 @@ - This is a concept image and not the actual result of the application. Entity With Foreign Identifier @@ -22,7 +21,6 @@ - This is a concept image and not the actual result of the application. Entity With Multiple Foreign Identifiers