1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
5 <class>Participant
</class>
6 <name>civicrm_participant
</name>
11 <uniqueName>participant_id
</uniqueName>
12 <title>Participant ID
</title>
13 <type>int unsigned
</type>
14 <required>true
</required>
15 <comment>Participant Id
</comment>
17 <headerPattern>/(^(participant(.)?)?id$)/i
</headerPattern>
22 <autoincrement>true
</autoincrement>
25 <name>contact_id
</name>
26 <uniqueName>participant_contact_id
</uniqueName>
27 <type>int unsigned
</type>
28 <title>Contact ID
</title>
29 <headerPattern>/contact(.?id)?/i
</headerPattern>
31 <required>true
</required>
32 <comment>FK to Contact ID
</comment>
36 <name>contact_id
</name>
37 <table>civicrm_contact
</table>
39 <onDelete>CASCADE
</onDelete>
43 <type>int unsigned
</type>
46 <headerPattern>/event id$/i
</headerPattern>
47 <required>true
</required>
48 <comment>FK to Event ID
</comment>
53 <table>civicrm_event
</table>
55 <onDelete>CASCADE
</onDelete>
58 <name>status_id
</name>
59 <uniqueName>participant_status_id
</uniqueName>
60 <title>Participant Status
</title>
61 <headerPattern>/(participant.)?(status)$/i
</headerPattern>
63 <type>int unsigned
</type>
64 <export>false
</export>
65 <required>true
</required>
67 <comment>Participant status ID. FK to civicrm_participant_status_type. Default of
1 should map to status =
72 <table>civicrm_participant_status_type
</table>
73 <keyColumn>id
</keyColumn>
74 <labelColumn>label
</labelColumn>
81 <name>status_id
</name>
82 <table>civicrm_participant_status_type
</table>
87 <name>index_status_id
</name>
88 <fieldName>status_id
</fieldName>
93 <uniqueName>participant_role_id
</uniqueName>
94 <title>Participant Role(s)
</title>
96 <optionGroupName>participant_role
</optionGroupName>
101 <headerPattern>/(participant.)?(role)$/i
</headerPattern>
102 <import>true
</import>
105 <export>false
</export>
106 <default>NULL
</default>
107 <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.
</comment>
111 <name>index_role_id
</name>
112 <fieldName>role_id
</fieldName>
116 <name>register_date
</name>
117 <uniqueName>participant_register_date
</uniqueName>
118 <title>Register date
</title>
119 <headerPattern>/^(r(egister\s)?date)$/i
</headerPattern>
120 <import>true
</import>
121 <type>datetime
</type>
122 <comment>When did contact register for event?
</comment>
127 <uniqueName>participant_source
</uniqueName>
128 <title>Participant Source
</title>
129 <headerPattern>/(participant.)?(source)$/i
</headerPattern>
130 <import>true
</import>
133 <comment>Source of this event registration.
</comment>
137 <name>fee_level
</name>
138 <uniqueName>participant_fee_level
</uniqueName>
139 <title>Fee level
</title>
140 <headerPattern>/^(f(ee\s)?level)$/i
</headerPattern>
142 <import>true
</import>
143 <comment>Populate with the label (text) associated with a fee level for paid events with multiple levels. Note that
144 we store the label value and not the key
150 <uniqueName>participant_is_test
</uniqueName>
154 <import>true
</import>
158 <name>is_pay_later
</name>
159 <uniqueName>participant_is_pay_later
</uniqueName>
160 <title>Is Pay Later
</title>
163 <import>true
</import>
164 <headerPattern>/(is.)?(pay(.)?later)$/i
</headerPattern>
169 <name>fee_amount
</name>
170 <uniqueName>participant_fee_amount
</uniqueName>
171 <title>Fee Amount
</title>
173 <import>true
</import>
174 <headerPattern>/fee(.?am(ou)?nt)?/i
</headerPattern>
175 <dataPattern>/^\d+(\.\d{
2})?$/
</dataPattern>
176 <comment>actual processor fee if known - may be
0.
</comment>
180 <name>registered_by_id
</name>
181 <uniqueName>participant_registered_by_id
</uniqueName>
182 <type>int unsigned
</type>
183 <title>Registered By ID
</title>
184 <import>true
</import>
185 <default>NULL
</default>
186 <comment>FK to Participant ID
</comment>
188 <export>true
</export>
191 <name>registered_by_id
</name>
192 <table>civicrm_participant
</table>
195 <onDelete>SET NULL
</onDelete>
198 <name>discount_id
</name>
199 <uniqueName>participant_discount_id
</uniqueName>
200 <type>int unsigned
</type>
201 <title>Discount ID
</title>
202 <default>NULL
</default>
203 <comment>FK to Discount ID
</comment>
207 <name>discount_id
</name>
208 <table>civicrm_discount
</table>
211 <onDelete>SET NULL
</onDelete>
214 <name>fee_currency
</name>
215 <uniqueName>participant_fee_currency
</uniqueName>
216 <title>Fee Currency
</title>
219 <default>NULL
</default>
220 <import>true
</import>
221 <headerPattern>/(fee)?.?cur(rency)?/i
</headerPattern>
222 <dataPattern>/^[A-Z]{
3}$/i
</dataPattern>
223 <comment>3 character string, value derived from config setting.
</comment>
226 <table>civicrm_currency
</table>
227 <keyColumn>name
</keyColumn>
228 <labelColumn>full_name
</labelColumn>
229 <nameColumn>numeric_code
</nameColumn>
236 <name>campaign_id
</name>
237 <uniqueName>participant_campaign_id
</uniqueName>
238 <type>int unsigned
</type>
239 <title>Campaign
</title>
240 <import>true
</import>
241 <comment>The campaign for which this participant has been registered.
</comment>
243 <table>civicrm_campaign
</table>
244 <keyColumn>id
</keyColumn>
245 <labelColumn>title
</labelColumn>
250 <name>campaign_id
</name>
251 <table>civicrm_campaign
</table>
253 <onDelete>SET NULL
</onDelete>
256 <name>discount_amount
</name>
257 <type>int unsigned
</type>
258 <title>Discount Amount
</title>
259 <comment>Discount Amount
</comment>
264 <type>int unsigned
</type>
265 <title>Event Cart ID
</title>
266 <comment>FK to civicrm_event_carts
</comment>
271 <table>civicrm_event_carts
</table>
273 <onDelete>SET NULL
</onDelete>
276 <name>must_wait
</name>
278 <title>Must Wait on List
</title>
279 <comment>On Waiting List
</comment>