236b8225ee5291db843524e34710c80bae58009b
[civicrm-core.git] / xml / schema / Event / Event.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Event</base>
5 <class>Event</class>
6 <name>civicrm_event</name>
7 <add>1.7</add>
8 <log>true</log>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <title>Event ID</title>
13 <required>true</required>
14 <comment>Event</comment>
15 <add>1.7</add>
16 </field>
17 <primaryKey>
18 <name>id</name>
19 <autoincrement>true</autoincrement>
20 </primaryKey>
21 <field>
22 <name>title</name>
23 <uniqueName>event_title</uniqueName>
24 <type>varchar</type>
25 <import>true</import>
26 <title>Event Title</title>
27 <headerPattern>/(event.)?title$/i</headerPattern>
28 <length>255</length>
29 <localizable>true</localizable>
30 <comment>Event Title (e.g. Fall Fundraiser Dinner)</comment>
31 <html>
32 <type>Text</type>
33 </html>
34 <add>1.7</add>
35 </field>
36 <field>
37 <name>summary</name>
38 <type>text</type>
39 <title>Event Summary</title>
40 <html>
41 <type>TextArea</type>
42 <rows>4</rows>
43 <cols>60</cols>
44 </html>
45 <localizable>true</localizable>
46 <comment>Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.</comment>
47 <add>1.7</add>
48 </field>
49 <field>
50 <name>description</name>
51 <type>text</type>
52 <uniqueName>event_description</uniqueName>
53 <title>Event Description</title>
54 <html>
55 <type>TextArea</type>
56 <rows>8</rows>
57 <cols>60</cols>
58 </html>
59 <localizable>true</localizable>
60 <comment>Full description of event. Text and html allowed. Displayed on built-in Event Information screens.</comment>
61 <add>1.7</add>
62 </field>
63 <field>
64 <name>event_type_id</name>
65 <type>int unsigned</type>
66 <uniqueName>event_type_id</uniqueName>
67 <title>Event Type</title>
68 <default>0</default>
69 <pseudoconstant>
70 <optionGroupName>event_type</optionGroupName>
71 </pseudoconstant>
72 <html>
73 <type>Select</type>
74 </html>
75 <comment>Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.</comment>
76 <add>1.7</add>
77 </field>
78 <index>
79 <name>index_event_type_id</name>
80 <fieldName>event_type_id</fieldName>
81 <add>1.8</add>
82 </index>
83 <field>
84 <name>participant_listing_id</name>
85 <type>int unsigned</type>
86 <uniqueName>participant_listing_id</uniqueName>
87 <title>Participant Listing</title>
88 <default>0</default>
89 <pseudoconstant>
90 <optionGroupName>participant_listing</optionGroupName>
91 </pseudoconstant>
92 <comment>Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.</comment>
93 <add>2.0</add>
94 <html>
95 <type>Select</type>
96 </html>
97 </field>
98 <index>
99 <name>index_participant_listing_id</name>
100 <fieldName>participant_listing_id</fieldName>
101 <add>2.0</add>
102 </index>
103 <field>
104 <name>is_public</name>
105 <type>boolean</type>
106 <title>Is Event Public</title>
107 <default>1</default>
108 <comment>Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.</comment>
109 <add>1.7</add>
110 <html>
111 <type>CheckBox</type>
112 </html>
113 </field>
114 <field>
115 <name>start_date</name>
116 <type>datetime</type>
117 <uniqueName>event_start_date</uniqueName>
118 <title>Event Start Date</title>
119 <headerPattern>/^start|(s(tart\s)?date)$/i</headerPattern>
120 <import>true</import>
121 <comment>Date and time that event starts.</comment>
122 <add>1.7</add>
123 <html>
124 <type>Select Date</type>
125 </html>
126 </field>
127 <field>
128 <name>end_date</name>
129 <type>datetime</type>
130 <uniqueName>event_end_date</uniqueName>
131 <title>Event End Date</title>
132 <headerPattern>/^end|(e(nd\s)?date)$/i</headerPattern>
133 <import>true</import>
134 <comment>Date and time that event ends. May be NULL if no defined end date/time</comment>
135 <add>1.7</add>
136 <html>
137 <type>Select Date</type>
138 </html>
139 </field>
140 <field>
141 <name>is_online_registration</name>
142 <type>boolean</type>
143 <title>Is Online Registration</title>
144 <default>0</default>
145 <comment>If true, include registration link on Event Info page.</comment>
146 <add>1.7</add>
147 <html>
148 <type>CheckBox</type>
149 </html>
150 </field>
151 <field>
152 <name>registration_link_text</name>
153 <type>varchar</type>
154 <title>Event Registration Link Text</title>
155 <length>255</length>
156 <localizable>true</localizable>
157 <comment>Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.</comment>
158 <add>1.7</add>
159 <html>
160 <type>Text</type>
161 </html>
162 </field>
163 <field>
164 <name>registration_start_date</name>
165 <type>datetime</type>
166 <comment>Date and time that online registration starts.</comment>
167 <add>1.8</add>
168 <html>
169 <type>Select Date</type>
170 </html>
171 </field>
172 <field>
173 <name>registration_end_date</name>
174 <type>datetime</type>
175 <comment>Date and time that online registration ends.</comment>
176 <add>1.8</add>
177 <html>
178 <type>Select Date</type>
179 </html>
180 </field>
181 <field>
182 <name>max_participants</name>
183 <type>int unsigned</type>
184 <title>Max Participants</title>
185 <default>NULL</default>
186 <comment>Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.</comment>
187 <add>1.7</add>
188 <html>
189 <type>Text</type>
190 </html>
191 </field>
192 <field>
193 <name>event_full_text</name>
194 <type>text</type>
195 <title>Event Information</title>
196 <html>
197 <type>TextArea</type>
198 <rows>4</rows>
199 <cols>60</cols>
200 </html>
201 <localizable>true</localizable>
202 <comment>Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.</comment>
203 <add>1.7</add>
204 </field>
205 <field>
206 <name>is_monetary</name>
207 <title>Is this a PAID event?</title>
208 <type>boolean</type>
209 <default>0</default>
210 <comment>If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.</comment>
211 <add>1.7</add>
212 <html>
213 <type>CheckBox</type>
214 </html>
215 </field>
216 <field>
217 <name>contribution_type_id</name>
218 <type>int unsigned</type>
219 <default>0</default>
220 <comment>Contribution type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
221 <add>1.7</add>
222 <drop>4.3</drop>
223 </field>
224 <field>
225 <name>financial_type_id</name>
226 <type>int unsigned</type>
227 <title>Financial Type</title>
228 <default>NULL</default>
229 <comment>Financial type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
230 <pseudoconstant>
231 <table>civicrm_financial_type</table>
232 <keyColumn>id</keyColumn>
233 <labelColumn>name</labelColumn>
234 </pseudoconstant>
235 <html>
236 <type>Select</type>
237 </html>
238 <add>4.3</add>
239 </field>
240 <field>
241 <name>payment_processor</name>
242 <type>varchar</type>
243 <length>128</length>
244 <comment>Payment Processors configured for this Event (if is_monetary is true)</comment>
245 <pseudoconstant>
246 <table>civicrm_payment_processor</table>
247 <keyColumn>id</keyColumn>
248 <labelColumn>name</labelColumn>
249 </pseudoconstant>
250 <html>
251 <type>Select</type>
252 </html>
253 <add>1.8</add>
254 </field>
255 <field>
256 <name>is_map</name>
257 <title>Map Enabled</title>
258 <type>boolean</type>
259 <default>0</default>
260 <comment>Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?</comment>
261 <add>1.7</add>
262 <html>
263 <type>CheckBox</type>
264 </html>
265 </field>
266 <field>
267 <name>is_active</name>
268 <title>Is Active</title>
269 <type>boolean</type>
270 <default>0</default>
271 <comment>Is this Event enabled or disabled/cancelled?</comment>
272 <add>1.7</add>
273 <html>
274 <type>CheckBox</type>
275 </html>
276 </field>
277 <field>
278 <name>fee_label</name>
279 <type>varchar</type>
280 <import>true</import>
281 <title>Fee Label</title>
282 <headerPattern>/^fee|(f(ee\s)?label)$/i</headerPattern>
283 <length>255</length>
284 <localizable>true</localizable>
285 <html>
286 <type>Text</type>
287 </html>
288 <add>1.8</add>
289 </field>
290 <field>
291 <name>is_show_location</name>
292 <type>boolean</type>
293 <title>show location</title>
294 <default>1</default>
295 <comment>If true, show event location.</comment>
296 <add>1.7</add>
297 <html>
298 <type>CheckBox</type>
299 </html>
300 </field>
301 <field>
302 <name>loc_block_id</name>
303 <type>int unsigned</type>
304 <title>Location Block ID</title>
305 <comment>FK to Location Block ID</comment>
306 <add>2.0</add>
307 </field>
308 <foreignKey>
309 <name>loc_block_id</name>
310 <table>civicrm_loc_block</table>
311 <key>id</key>
312 <onDelete>SET NULL</onDelete>
313 <add>2.0</add>
314 </foreignKey>
315 <field>
316 <name>receipt_text</name>
317 <type>varchar</type>
318 <html>
319 <type>TextArea</type>
320 <rows>6</rows>
321 <cols>50</cols>
322 </html>
323 <length>255</length>
324 <comment>Receipt Text for off-line event participation</comment>
325 <add>2.0</add>
326 <drop>2.1</drop>
327 </field>
328 <field>
329 <name>default_role_id</name>
330 <uniqueName>default_role_id</uniqueName>
331 <title>Default Role ID</title>
332 <import>true</import>
333 <type>int unsigned</type>
334 <default>1</default>
335 <pseudoconstant>
336 <optionGroupName>participant_role</optionGroupName>
337 </pseudoconstant>
338 <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.</comment>
339 <add>2.0</add>
340 <html>
341 <type>Select</type>
342 </html>
343 </field>
344 <field>
345 <name>intro_text</name>
346 <type>text</type>
347 <html>
348 <type>TextArea</type>
349 <rows>6</rows>
350 <cols>50</cols>
351 </html>
352 <title>Introductory Message</title>
353 <localizable>true</localizable>
354 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
355 <add>1.7</add>
356 </field>
357 <field>
358 <name>footer_text</name>
359 <title>Footer Message</title>
360 <type>text</type>
361 <html>
362 <type>TextArea</type>
363 <rows>6</rows>
364 <cols>50</cols>
365 </html>
366 <localizable>true</localizable>
367 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
368 <add>1.7</add>
369 </field>
370 <field>
371 <name>confirm_title</name>
372 <type>varchar</type>
373 <title>Confirmation Title</title>
374 <length>255</length>
375 <default>NULL</default>
376 <localizable>true</localizable>
377 <comment>Title for Confirmation page.</comment>
378 <html>
379 <type>Text</type>
380 </html>
381 <add>1.7</add>
382 </field>
383 <field>
384 <name>confirm_text</name>
385 <type>text</type>
386 <html>
387 <type>TextArea</type>
388 <rows>6</rows>
389 <cols>50</cols>
390 </html>
391 <title>Confirm Text</title>
392 <localizable>true</localizable>
393 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
394 <add>1.7</add>
395 </field>
396 <field>
397 <name>confirm_footer_text</name>
398 <type>text</type>
399 <title>Footer Text</title>
400 <html>
401 <type>TextArea</type>
402 <rows>6</rows>
403 <cols>50</cols>
404 </html>
405 <localizable>true</localizable>
406 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
407 <add>1.7</add>
408 </field>
409 <field>
410 <name>is_email_confirm</name>
411 <type>boolean</type>
412 <title>Is confirm email</title>
413 <default>0</default>
414 <comment>If true, confirmation is automatically emailed to contact on successful registration.</comment>
415 <add>1.7</add>
416 <html>
417 <type>CheckBox</type>
418 </html>
419 </field>
420 <field>
421 <name>confirm_email_text</name>
422 <type>text</type>
423 <title>Confirmation Email Text</title>
424 <html>
425 <type>TextArea</type>
426 <rows>4</rows>
427 <cols>50</cols>
428 </html>
429 <localizable>true</localizable>
430 <comment>text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now</comment>
431 <add>1.7</add>
432 </field>
433 <field>
434 <name>confirm_from_name</name>
435 <type>varchar</type>
436 <title>Confirm From Name</title>
437 <length>255</length>
438 <localizable>true</localizable>
439 <comment>FROM email name used for confirmation emails.</comment>
440 <add>1.7</add>
441 <html>
442 <type>Text</type>
443 </html>
444 </field>
445 <field>
446 <name>confirm_from_email</name>
447 <type>varchar</type>
448 <title>Confirm From Email</title>
449 <length>255</length>
450 <comment>FROM email address used for confirmation emails.</comment>
451 <add>1.7</add>
452 <html>
453 <type>Text</type>
454 </html>
455 </field>
456 <field>
457 <name>cc_confirm</name>
458 <type>varchar</type>
459 <length>255</length>
460 <comment>comma-separated list of email addresses to cc each time a confirmation is sent</comment>
461 <html>
462 <type>Text</type>
463 </html>
464 <add>1.7</add>
465 </field>
466 <field>
467 <name>bcc_confirm</name>
468 <type>varchar</type>
469 <length>255</length>
470 <comment>comma-separated list of email addresses to bcc each time a confirmation is sent</comment>
471 <html>
472 <type>Text</type>
473 </html>
474 <add>1.7</add>
475 </field>
476 <field>
477 <name>default_fee_id</name>
478 <type>int unsigned</type>
479 <title>Default Fee ID</title>
480 <comment>FK to civicrm_option_value.</comment>
481 <add>1.7</add>
482 </field>
483 <field>
484 <name>default_discount_fee_id</name>
485 <type>int unsigned</type>
486 <title>Default Discount Fee ID</title>
487 <comment>FK to civicrm_option_value.</comment>
488 <add>1.7</add>
489 </field>
490 <field>
491 <name>thankyou_title</name>
492 <type>varchar</type>
493 <title>ThankYou Title</title>
494 <length>255</length>
495 <default>NULL</default>
496 <localizable>true</localizable>
497 <comment>Title for ThankYou page.</comment>
498 <add>1.7</add>
499 <html>
500 <type>Text</type>
501 </html>
502 </field>
503 <field>
504 <name>thankyou_text</name>
505 <type>text</type>
506 <html>
507 <type>TextArea</type>
508 <rows>6</rows>
509 <cols>50</cols>
510 </html>
511 <title>ThankYou Text</title>
512 <localizable>true</localizable>
513 <comment>ThankYou Text.</comment>
514 <add>1.7</add>
515 </field>
516 <field>
517 <name>thankyou_footer_text</name>
518 <type>text</type>
519 <title>Footer Text</title>
520 <html>
521 <type>TextArea</type>
522 <rows>6</rows>
523 <cols>50</cols>
524 </html>
525 <localizable>true</localizable>
526 <comment>Footer message.</comment>
527 <add>1.7</add>
528 </field>
529 <field>
530 <name>is_pay_later</name>
531 <title>Pay Later Allowed</title>
532 <type>boolean</type>
533 <default>0</default>
534 <comment>if true - allows the user to send payment directly to the org later</comment>
535 <add>2.0</add>
536 <html>
537 <type>CheckBox</type>
538 </html>
539 </field>
540 <field>
541 <name>pay_later_text</name>
542 <title>Pay Later Text</title>
543 <type>text</type>
544 <localizable>true</localizable>
545 <comment>The text displayed to the user in the main form</comment>
546 <add>2.0</add>
547 <html>
548 <type>Text</type>
549 </html>
550 </field>
551 <field>
552 <name>pay_later_receipt</name>
553 <title>Pay Later Receipt Text</title>
554 <type>text</type>
555 <localizable>true</localizable>
556 <comment>The receipt sent to the user instead of the normal receipt text</comment>
557 <add>2.0</add>
558 <html>
559 <type>Text</type>
560 </html>
561 </field>
562 <field>
563 <name>is_partial_payment</name>
564 <title>Partial Payments Enabled</title>
565 <type>boolean</type>
566 <default>0</default>
567 <comment>is partial payment enabled for this event</comment>
568 <add>4.3</add>
569 <html>
570 <type>CheckBox</type>
571 </html>
572 </field>
573 <field>
574 <name>initial_amount_label</name>
575 <title>Initial Amount Label</title>
576 <type>varchar</type>
577 <length>255</length>
578 <localizable>true</localizable>
579 <comment>Initial amount label for partial payment</comment>
580 <add>4.3</add>
581 <html>
582 <type>Text</type>
583 </html>
584 </field>
585 <field>
586 <name>initial_amount_help_text</name>
587 <title>Initial Amount Help Text</title>
588 <type>text</type>
589 <localizable>true</localizable>
590 <comment>Initial amount help text for partial payment</comment>
591 <add>4.3</add>
592 <html>
593 <type>Text</type>
594 </html>
595 </field>
596 <field>
597 <name>min_initial_amount</name>
598 <title>Minimum Initial Amount</title>
599 <type>decimal</type>
600 <comment>Minimum initial amount for partial payment</comment>
601 <add>4.3</add>
602 <html>
603 <type>Text</type>
604 </html>
605 </field>
606 <field>
607 <name>is_multiple_registrations</name>
608 <title>Allow Multiple Registrations</title>
609 <type>boolean</type>
610 <default>0</default>
611 <comment>if true - allows the user to register multiple participants for event</comment>
612 <add>2.1</add>
613 <html>
614 <type>CheckBox</type>
615 </html>
616 </field>
617 <field>
618 <name>allow_same_participant_emails</name>
619 <type>boolean</type>
620 <title>Does Event allow multiple registrations from same email address?</title>
621 <default>0</default>
622 <comment>if true - allows the user to register multiple registrations from same email address.</comment>
623 <add>2.2</add>
624 <html>
625 <type>CheckBox</type>
626 </html>
627 </field>
628 <field>
629 <name>has_waitlist</name>
630 <title>Waitlist Enabled</title>
631 <type>boolean</type>
632 <comment>Whether the event has waitlist support.</comment>
633 <add>3.0</add>
634 <html>
635 <type>CheckBox</type>
636 </html>
637 </field>
638 <field>
639 <name>requires_approval</name>
640 <type>boolean</type>
641 <comment>Whether participants require approval before they can finish registering.</comment>
642 <add>3.0</add>
643 <html>
644 <type>CheckBox</type>
645 </html>
646 </field>
647 <field>
648 <name>expiration_time</name>
649 <type>int unsigned</type>
650 <comment>Expire pending but unconfirmed registrations after this many hours.</comment>
651 <add>3.0</add>
652 <html>
653 <type>Text</type>
654 </html>
655 </field>
656 <field>
657 <name>waitlist_text</name>
658 <type>text</type>
659 <html>
660 <type>TextArea</type>
661 <rows>4</rows>
662 <cols>60</cols>
663 </html>
664 <localizable>true</localizable>
665 <comment>Text to display when the event is full, but participants can signup for a waitlist.</comment>
666 <add>3.0</add>
667 </field>
668 <field>
669 <name>approval_req_text</name>
670 <type>text</type>
671 <html>
672 <type>TextArea</type>
673 <rows>4</rows>
674 <cols>60</cols>
675 </html>
676 <localizable>true</localizable>
677 <comment>Text to display when the approval is required to complete registration for an event.</comment>
678 <add>3.0</add>
679 </field>
680 <field>
681 <name>is_template</name>
682 <title>Is an Event Template</title>
683 <type>boolean</type>
684 <default>0</default>
685 <required>true</required>
686 <comment>whether the event has template</comment>
687 <add>3.0</add>
688 <html>
689 <type>CheckBox</type>
690 </html>
691 </field>
692 <field>
693 <name>template_title</name>
694 <uniqueName>template_title</uniqueName>
695 <type>varchar</type>
696 <import>true</import>
697 <title>Event Template Title</title>
698 <headerPattern>/(template.)?title$/i</headerPattern>
699 <length>255</length>
700 <localizable>true</localizable>
701 <comment>Event Template Title</comment>
702 <html>
703 <type>Text</type>
704 </html>
705 <add>3.0</add>
706 </field>
707 <field>
708 <name>created_id</name>
709 <type>int unsigned</type>
710 <title>Created By Contact ID</title>
711 <comment>FK to civicrm_contact, who created this event</comment>
712 <add>3.0</add>
713 </field>
714 <foreignKey>
715 <name>created_id</name>
716 <table>civicrm_contact</table>
717 <key>id</key>
718 <add>3.0</add>
719 <onDelete>SET NULL</onDelete>
720 </foreignKey>
721 <field>
722 <name>created_date</name>
723 <type>datetime</type>
724 <title>Event Created Date</title>
725 <comment>Date and time that event was created.</comment>
726 <add>3.0</add>
727 </field>
728 <field>
729 <name>currency</name>
730 <type>varchar</type>
731 <length>3</length>
732 <import>true</import>
733 <headerPattern>/cur(rency)?/i</headerPattern>
734 <dataPattern>/^[A-Z]{3}$/i</dataPattern>
735 <comment>3 character string, value from config setting or input via user.</comment>
736 <add>3.3</add>
737 <pseudoconstant>
738 <table>civicrm_currency</table>
739 <keyColumn>name</keyColumn>
740 <labelColumn>full_name</labelColumn>
741 <nameColumn>numeric_code</nameColumn>
742 </pseudoconstant>
743 <html>
744 <type>Select</type>
745 </html>
746 </field>
747 <field>
748 <name>campaign_id</name>
749 <type>int unsigned</type>
750 <title>Campaign</title>
751 <comment>The campaign for which this event has been created.</comment>
752 <pseudoconstant>
753 <table>civicrm_campaign</table>
754 <keyColumn>id</keyColumn>
755 <labelColumn>title</labelColumn>
756 </pseudoconstant>
757 <add>3.4</add>
758 <html>
759 <type>Autocomplete-Select</type>
760 </html>
761 </field>
762 <foreignKey>
763 <name>campaign_id</name>
764 <table>civicrm_campaign</table>
765 <key>id</key>
766 <onDelete>SET NULL</onDelete>
767 </foreignKey>
768 <field>
769 <name>is_share</name>
770 <title>Is shared through social media</title>
771 <type>boolean</type>
772 <default>1</default>
773 <comment>Can people share the event through social media?</comment>
774 <add>4.1</add>
775 <html>
776 <type>CheckBox</type>
777 </html>
778 </field>
779 <field>
780 <name>is_confirm_enabled</name>
781 <title>Is the booking confirmation screen enabled?</title>
782 <type>boolean</type>
783 <default>1</default>
784 <comment>If false, the event booking confirmation screen gets skipped</comment>
785 <add>4.5</add>
786 <html>
787 <type>CheckBox</type>
788 </html>
789 </field>
790 <field>
791 <name>parent_event_id</name>
792 <type>int unsigned</type>
793 <title>Parent Event ID</title>
794 <default>NULL</default>
795 <comment>Implicit FK to civicrm_event: parent event</comment>
796 <html>
797 <type>Autocomplete-Select</type>
798 </html>
799 <add>4.1</add>
800 </field>
801 <index>
802 <name>index_parent_event_id</name>
803 <fieldName>parent_event_id</fieldName>
804 <add>4.1</add>
805 </index>
806 <field>
807 <name>slot_label_id</name>
808 <type>int unsigned</type>
809 <title>Subevent Slot Label ID</title>
810 <default>NULL</default>
811 <comment>Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.</comment>
812 <add>4.1</add>
813 <html>
814 <type>Select</type>
815 </html>
816 </field>
817 <field>
818 <name>dedupe_rule_group_id</name>
819 <type>int unsigned</type>
820 <title>Dedupe Rule</title>
821 <default>NULL</default>
822 <comment>Rule to use when matching registrations for this event</comment>
823 <pseudoconstant>
824 <table>civicrm_dedupe_rule_group</table>
825 <keyColumn>id</keyColumn>
826 <nameColumn>name</nameColumn>
827 <labelColumn>title</labelColumn>
828 </pseudoconstant>
829 <add>4.5</add>
830 <html>
831 <type>Select</type>
832 </html>
833 </field>
834 <foreignKey>
835 <name>dedupe_rule_group_id</name>
836 <table>civicrm_dedupe_rule_group</table>
837 <key>id</key>
838 <add>4.5</add>
839 </foreignKey>
840 <field>
841 <name>is_billing_required</name>
842 <title>Is billing block required</title>
843 <type>boolean</type>
844 <default>0</default>
845 <comment>if true than billing block is required this event</comment>
846 <add>4.6</add>
847 <html>
848 <type>CheckBox</type>
849 </html>
850 </field>
851 </table>