Changes between Version 21 and Version 22 of ERModel
- Timestamp:
- 09/01/26 16:18:52 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v21 v22 145 145 * {{{notification_id}}} – numeric, required. Auto-generated primary key. 146 146 * {{{content}}} – text, required. Content of the notification. 147 * {{{link}}} – text, required. Link147 * {{{link}}} - text, optional. Link to related content. 148 148 * {{{content_type}}} – text, required. Type of notification content. Each notification has exactly one content type. 149 * {{{is_read}}} – boolean, required. Indicates whether the notification has been read. Default: false.149 * {{{is_read}}} - boolean, optional. Indicates whether the notification has been read. Default: false. 150 150 151 151 [[BR]]
