Changes between Version 19 and Version 20 of ERModel


Ignore:
Timestamp:
08/24/26 18:45:55 (13 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v19 v20  
    295295----
    296296
    297 {{{is_commented (USER – COMMENT – STORY)}}}
    298 [[BR]]
    299 Represents comments made by users on stories.
    300 [[BR]]
    301 '''[[span(style=color: #9A0000, Cardinality:)]]'''
    302 User 1:N COMMENT, Story 1:N COMMENT (One user can make many comments, one story can have many comments)
     297{{{writes (USER – COMMENT)}}}
     298[[BR]]
     299Represents a user writing a comment.
     300[[BR]]
     301'''[[span(style=color: #9A0000, Cardinality:)]]'''
     3021:N (One user can write many comments, each comment is written by exactly one user)
    303303[[BR]]
    304304'''[[span(style=color: #9A0000, Keys:)]]'''
    305305Foreign key: {{{user_id}}} in COMMENT references USER.
     306[[BR]]
     307----
     308{{{on_story (COMMENT – STORY)}}}
     309[[BR]]
     310Represents the story a comment refers to.
     311[[BR]]
     312'''[[span(style=color: #9A0000, Cardinality:)]]'''
     313N:1 (One story can have many comments, each comment refers to exactly one story)
     314[[BR]]
     315'''[[span(style=color: #9A0000, Keys:)]]'''
    306316Foreign key: {{{story_id}}} in COMMENT references STORY.
    307317[[BR]]