 | 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 |
 | Event Duration | DECIMAL(4,2) | Null | The duration of the event in hours e.g. 2.5. |
 | Event Location | varchar(80) | Null | Where the event is to be held. |
 | Event Name | varchar(80) | Null | The name of the event. |
 | Event Type Id | integer | NotNull | A generated number to identify an event type. |
 | Event Type Name | varchar(80) | NotNull | The name of the event type as it appears in the drop down list. |
 | Form Instructions | varchar(1024) | Null | Instructions that appear on the registration form e.g. If an alternate meal (e.g. the Vegetarian option) is required please indicate this in the Notes below. |
 | From Email Address | varchar(50) | NotNull | The email address used as the from email on the email that is sent out. This email is not necessarily sent a copy of the email but will be used if the receiver wishes to reply to the email. |
 | From Email Name | varchar(30) | NotNull | The person's name or role that is used to send out the email. |
 | Instructions | varchar(1024) | Null | Instructions to be provided to the registrant at the event. For example, Please wait in the Reception area on the 46th floor of the Bay Adelaide Centre ... |