Changes between Version 21 and Version 22 of ERModel


Ignore:
Timestamp:
09/01/26 16:18:52 (5 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v21 v22  
    145145* {{{notification_id}}} – numeric, required. Auto-generated primary key.
    146146* {{{content}}} – text, required. Content of the notification.
    147 * {{{link}}} – text, required. Link
     147* {{{link}}} - text, optional. Link to related content.
    148148* {{{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.
    150150
    151151[[BR]]