Changes between Version 16 and Version 17 of ERModel


Ignore:
Timestamp:
08/24/26 15:08:47 (13 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v16 v17  
    6262[[BR]]
    6363'''[[span(style=color: #9A0000, Attributes:)]]'''
    64 * {{{bio}}} – ext, optional. Short biography of the writer.
     64* {{{bio}}} – text, optional. Short biography of the writer.
    6565'''[[span(style=color: #9A0000, Inheritance:)]]'''
     66[[BR]]
    6667Inherits all attributes from USER
    6768[[BR]]
     
    209210[[BR]]
    210211'''[[span(style=color: #9A0000, Cardinality:)]]'''
    211 Cardinality: M:N (Many reading lists can contain many stories))
    212 [[BR]]
    213 '''[[span(style=color: #9A0000, Keys:)]]'''
    214 Keys: Composite key: (list_id, story_id).
     212M:N (Many reading lists can contain many stories)
     213[[BR]]
     214'''[[span(style=color: #9A0000, Keys:)]]'''
     215Composite key: (list_id, story_id).
    215216[[BR]]
    216217'''[[span(style=color: #9A0000, Attributes:)]]'''
     
    303304'''[[span(style=color: #9A0000, Keys:)]]'''
    304305Foreign key: {{{user_id}}} in COMMENT references USER.
    305 Foreign key: {{{story_id in}}} COMMENT references STORY.
     306Foreign key: {{{story_id}}} in COMMENT references STORY.
    306307[[BR]]
    307308----