 | Bcc Email Address | varchar(150) | Null | One or more email addresses to be used for blind 'carbon copy'. Multiple email addresses can be entered separated by commas |
 | Creation Date | datetime | Null | The date the record was created. |
 | Creation User Name | VARCHAR(15) | Null | The name of the relevant user as used for logging into the system, e.g jtench. |
 | Edit Date | datetime | Null | The date the record was last edited. |
 | Edit User Name | VARCHAR(15) | Null | The name of the relevant user as used for logging into the system, e.g jtench. |
 | End Date | datetime | Null | The end date and time for reservations. In fact reservations will end 5 minutes after the specified time. |
 | Event Date | datetime | Null | The date and time of the event. |
 | Event Duration | DECIMAL(4,2) | Null | The duration of the event in hours e.g. 2.5. |
 | Event Id | integer | NotNull | A generated number to identify an event. |
 | Event Location | varchar(80) | Null | Where the event is to be held. |