Changes between Version 13 and Version 14 of P1
- Timestamp:
- 07/02/26 18:50:32 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P1
v13 v14 1 1 == ERModel Current version == 2 2 == Diagram == 3 [[Image(KristinaSrbinoskaER. 5.jpg)]]3 [[Image(KristinaSrbinoskaER.6.jpg)]] 4 4 5 5 == Data requirements == … … 69 69 '''[[span(style=color: #9A0000, Attributes:)]]''' 70 70 * {{{story_id}}} – numeric, required. Auto-generated primary key. 71 * {{{title}}} – text, required. Title of the story. 71 72 * {{{mature_content}}} – boolean, required. Indicates if story contains mature content. 72 73 * {{{short_description}}} – text, required. Brief description of the story. … … 135 136 * {{{notification_id}}} – numeric, required. Auto-generated primary key. 136 137 * {{{content}}} – text, required. Content of the notification. 138 * {{{link}}} – text, required. Link 137 139 * {{{content_type}}} – multi-valued text, required. Type of notification content. A notification can belong to multiple content types. 138 140 * {{{is_read}}} – boolean, required. Indicates whether the notification has been read. Default: false.
