This table keeps track of the confirmation notes that were sent to a registrant. Good for knowing what and when they were informed via the confirmation letter.
Table: conf_history
- id
- unique id
- note
- The text of the note that was sent in a confirmation letter.
- reg_id
- foreign key to registration
- the_date
- the date the history item was added
- time
- the time the history item was added
- user_id
- foreign key to user
Relations