recorded_event_notification_KEY | int (4) | NOT NULL | Database assigned primary key for this table |
recorded_event_KEY | int (4) | NOT NULL | Key of parent Recorded_Event record. |
staff_KEY | int (4) | | Key of staff member who should see the event record in their portal, etc. Null for non staff. |
contact_email_KEY | int (4) | | Key if someone was notified via email. |
read_date | datetime (8, 3) | | Date recipent read the notification. |
dismissed_date | datetime (8, 3) | | Date recipent dismissed (don't show me this no more) the notification. |
update_date | datetime (8, 3) | NOT NULL | The date and time this row was last modified. |