any time anything is done to/in/on a registration a history record is added.
Table: reg_history
- id
- unique id
- reg_id
- foreign key to registration
- the_date
- what day did this event happen?
- time
- what time did this event happen?
- user_id
- foreign key to user
- what
- a brief description of the event
Relations