Merge pull request #13374 from cividesk/dev-627
[civicrm-core.git] / xml / schema / Contact / Contact.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Contact</base>
5 <class>Contact</class>
6 <name>civicrm_contact</name>
7 <comment>Contact objects are defined by a civicrm_contact record plus a related civicrm_contact_type record.</comment>
8 <add>1.1</add>
9 <log>true</log>
10 <field>
11 <name>id</name>
12 <type>int unsigned</type>
13 <title>Contact ID</title>
14 <import>true</import>
15 <headerPattern>/internal|contact?|id$/i</headerPattern>
16 <required>true</required>
17 <comment>Unique Contact ID</comment>
18 <add>1.1</add>
19 </field>
20 <primaryKey>
21 <name>id</name>
22 <autoincrement>true</autoincrement>
23 </primaryKey>
24 <field>
25 <name>contact_type</name>
26 <title>Contact Type</title>
27 <type>varchar</type>
28 <length>64</length>
29 <comment>Type of Contact.</comment>
30 <export>true</export>
31 <pseudoconstant>
32 <table>civicrm_contact_type</table>
33 <keyColumn>name</keyColumn>
34 <labelColumn>label</labelColumn>
35 <condition>parent_id IS NULL</condition>
36 </pseudoconstant>
37 <html>
38 <type>Select</type>
39 </html>
40 <add>1.1</add>
41 <change>3.1</change>
42 </field>
43 <index>
44 <name>index_contact_type</name>
45 <fieldName>contact_type</fieldName>
46 <add>2.1</add>
47 </index>
48 <field>
49 <name>contact_sub_type</name>
50 <title>Contact Subtype</title>
51 <type>varchar</type>
52 <length>255</length>
53 <export>true</export>
54 <import>true</import>
55 <headerPattern>/C(ontact )?(subtype|sub-type|sub type)/i</headerPattern>
56 <comment>May be used to over-ride contact view and edit templates.</comment>
57 <pseudoconstant>
58 <table>civicrm_contact_type</table>
59 <keyColumn>name</keyColumn>
60 <labelColumn>label</labelColumn>
61 <condition>parent_id IS NOT NULL</condition>
62 </pseudoconstant>
63 <html>
64 <type>Select</type>
65 <multiple>1</multiple>
66 </html>
67 <serialize>SEPARATOR_BOOKEND</serialize>
68 <add>1.5</add>
69 </field>
70 <index>
71 <name>index_contact_sub_type</name>
72 <fieldName>contact_sub_type</fieldName>
73 <add>2.1</add>
74 </index>
75 <field>
76 <name>do_not_email</name>
77 <type>boolean</type>
78 <import>true</import>
79 <headerPattern>/d(o )?(not )?(email)/i</headerPattern>
80 <dataPattern>/^\d{1,}$/</dataPattern>
81 <default>0</default>
82 <html>
83 <type>CheckBox</type>
84 </html>
85 <add>1.1</add>
86 </field>
87 <field>
88 <name>do_not_phone</name>
89 <type>boolean</type>
90 <default>0</default>
91 <import>true</import>
92 <headerPattern>/d(o )?(not )?(call|phone)/i</headerPattern>
93 <dataPattern>/^\d{1,}$/</dataPattern>
94 <add>1.1</add>
95 <html>
96 <type>CheckBox</type>
97 </html>
98 </field>
99 <field>
100 <name>do_not_mail</name>
101 <type>boolean</type>
102 <import>true</import>
103 <headerPattern>/^(d(o\s)?n(ot\s)?mail)|(\w*)?bulk\s?(\w*)$/i</headerPattern>
104 <dataPattern>/^\d{1,}$/</dataPattern>
105 <default>0</default>
106 <add>1.1</add>
107 <html>
108 <type>CheckBox</type>
109 </html>
110 </field>
111 <field>
112 <name>do_not_sms</name>
113 <type>boolean</type>
114 <import>true</import>
115 <headerPattern>/d(o )?(not )?(sms)/i</headerPattern>
116 <dataPattern>/^\d{1,}$/</dataPattern>
117 <default>0</default>
118 <add>3.0</add>
119 <html>
120 <type>CheckBox</type>
121 </html>
122 </field>
123 <field>
124 <name>do_not_trade</name>
125 <type>boolean</type>
126 <import>true</import>
127 <headerPattern>/d(o )?(not )?(trade)/i</headerPattern>
128 <dataPattern>/^\d{1,}$/</dataPattern>
129 <default>0</default>
130 <add>1.1</add>
131 <html>
132 <type>CheckBox</type>
133 </html>
134 </field>
135 <field>
136 <name>is_opt_out</name>
137 <type>boolean</type>
138 <title>No Bulk Emails (User Opt Out)</title>
139 <default>0</default>
140 <import>true</import>
141 <required>true</required>
142 <comment>Has the contact opted out from receiving all bulk email from the organization or site domain?</comment>
143 <add>1.1</add>
144 <html>
145 <type>CheckBox</type>
146 </html>
147 </field>
148 <field>
149 <name>legal_identifier</name>
150 <type>varchar</type>
151 <length>32</length>
152 <import>true</import>
153 <headerPattern>/legal\s?id/i</headerPattern>
154 <dataPattern>/\w+?\d{5,}/</dataPattern>
155 <comment>May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.</comment>
156 <add>1.1</add>
157 <html>
158 <type>Text</type>
159 </html>
160 </field>
161 <field>
162 <name>external_identifier</name>
163 <type>varchar</type>
164 <length>64</length>
165 <html>
166 <type>Text</type>
167 <size>8</size>
168 </html>
169
170 <import>true</import>
171 <headerPattern>/external\s?id/i</headerPattern>
172 <dataPattern>/^\d{11,}$/</dataPattern>
173 <comment>Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.</comment>
174 <add>1.1</add>
175 </field>
176 <index>
177 <name>UI_external_identifier</name>
178 <unique>true</unique>
179 <fieldName>external_identifier</fieldName>
180 <add>1.7</add>
181 </index>
182 <field>
183 <name>sort_name</name>
184 <title>Sort Name</title>
185 <type>varchar</type>
186 <length>128</length>
187 <html>
188 <type>Text</type>
189 <size>30</size>
190 </html>
191
192 <export>true</export>
193 <comment>Name used for sorting different contact types</comment>
194 <add>1.1</add>
195 </field>
196 <index>
197 <name>index_sort_name</name>
198 <fieldName>sort_name</fieldName>
199 <add>2.1</add>
200 </index>
201 <field>
202 <name>display_name</name>
203 <title>Display Name</title>
204 <type>varchar</type>
205 <length>128</length>
206 <html>
207 <type>Text</type>
208 <size>30</size>
209 </html>
210
211 <export>true</export>
212 <comment>Formatted name representing preferred format for display/print/other output.</comment>
213 <add>1.1</add>
214 </field>
215 <field>
216 <name>nick_name</name>
217 <title>Nickname</title>
218 <type>varchar</type>
219 <length>128</length>
220 <html>
221 <type>Text</type>
222 <size>30</size>
223 </html>
224
225 <import>true</import>
226 <headerPattern>/n(ick\s)name|nick$/i</headerPattern>
227 <dataPattern>/^\w+$/</dataPattern>
228 <comment>Nickname.</comment>
229 <fulltext/>
230 <add>1.1</add>
231 </field>
232 <field>
233 <name>legal_name</name>
234 <type>varchar</type>
235 <length>128</length>
236 <html>
237 <type>Text</type>
238 <size>30</size>
239 </html>
240
241 <import>true</import>
242 <headerPattern>/^legal|(l(egal\s)?name)$/i</headerPattern>
243 <comment>Legal Name.</comment>
244 <fulltext/>
245 <add>1.1</add>
246 </field>
247 <field>
248 <name>home_URL</name>
249 <rule>url</rule>
250 <title>Website</title>
251 <type>varchar</type>
252 <length>128</length>
253 <html>
254 <type>Text</type>
255 <size>30</size>
256 </html>
257
258 <import>true</import>
259 <headerPattern>/^(home\sURL)|URL|web|site/i</headerPattern>
260 <dataPattern>/^[\w\/\:\.]+$/</dataPattern>
261 <comment>optional "home page" URL for this contact.</comment>
262 <add>1.1</add>
263 <drop>3.2</drop>
264 </field>
265 <field>
266 <name>image_URL</name>
267 <type>text</type>
268 <import>true</import>
269 <comment>optional URL for preferred image (photo, logo, etc.) to display for this contact.</comment>
270 <add>1.1</add>
271 <html>
272 <type>File</type>
273 <size>30</size>
274 </html>
275 </field>
276 <field>
277 <name>preferred_communication_method</name>
278 <title>Preferred Communication Method</title>
279 <type>varchar</type>
280 <length>255</length>
281 <import>true</import>
282 <headerPattern>/^p(ref\w*\s)?c(omm\w*)|( meth\w*)$/i</headerPattern>
283 <dataPattern>/^\w+$/</dataPattern>
284 <comment>What is the preferred mode of communication.</comment>
285 <add>1.1</add>
286 <pseudoconstant>
287 <optionGroupName>preferred_communication_method</optionGroupName>
288 </pseudoconstant>
289 <html>
290 <type>Select</type>
291 <multiple>1</multiple>
292 </html>
293 <serialize>SEPARATOR_BOOKEND</serialize>
294 </field>
295 <index>
296 <name>index_preferred_communication_method</name>
297 <fieldName>preferred_communication_method</fieldName>
298 <add>1.6</add>
299 </index>
300 <field>
301 <name>preferred_language</name>
302 <title>Preferred Language</title>
303 <type>varchar</type>
304 <length>5</length>
305 <comment>Which language is preferred for communication. FK to languages in civicrm_option_value.</comment>
306 <headerPattern>/^lang/i</headerPattern>
307 <import>true</import>
308 <pseudoconstant>
309 <optionGroupName>languages</optionGroupName>
310 <keyColumn>name</keyColumn>
311 </pseudoconstant>
312 <html>
313 <type>Select</type>
314 </html>
315 <add>3.2</add>
316 </field>
317 <field>
318 <name>preferred_mail_format</name>
319 <type>varchar</type>
320 <length>8</length>
321 <default>"Both"</default>
322 <import>true</import>
323 <headerPattern>/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i</headerPattern>
324 <comment>What is the preferred mode of sending an email.</comment>
325 <add>1.1</add>
326 <pseudoconstant>
327 <callback>CRM_Core_SelectValues::pmf</callback>
328 </pseudoconstant>
329 <html>
330 <type>Select</type>
331 </html>
332 </field>
333 <field>
334 <name>hash</name>
335 <title>Contact Hash</title>
336 <type>varchar</type>
337 <length>32</length>
338 <comment>Key for validating requests related to this contact.</comment>
339 <add>1.1</add>
340 <change>1.5</change>
341 <export>true</export>
342 </field>
343 <index>
344 <name>index_hash</name>
345 <fieldName>hash</fieldName>
346 <add>2.1</add>
347 </index>
348 <field>
349 <name>api_key</name>
350 <type>varchar</type>
351 <length>32</length>
352 <comment>API Key for validating requests related to this contact.</comment>
353 <add>2.2</add>
354 <protected>true</protected>
355 </field>
356 <index>
357 <name>index_api_key</name>
358 <fieldName>api_key</fieldName>
359 <add>2.1</add>
360 </index>
361 <field>
362 <name>source</name>
363 <title>Contact Source</title>
364 <uniqueName>contact_source</uniqueName>
365 <type>varchar</type>
366 <length>255</length>
367 <html>
368 <type>Text</type>
369 <size>30</size>
370 </html>
371
372 <import>true</import>
373 <headerPattern>/(C(ontact\s)?Source)$/i</headerPattern>
374 <comment>where contact come from, e.g. import, donate module insert...</comment>
375 <add>1.1</add>
376 </field>
377 <field>
378 <name>first_name</name>
379 <type>varchar</type>
380 <length>64</length>
381 <html>
382 <type>Text</type>
383 <size>30</size>
384 </html>
385 <import>true</import>
386 <headerPattern>/^first|(f(irst\s)?name)$/i</headerPattern>
387 <dataPattern>/^\w+$/</dataPattern>
388 <fulltext/>
389 <comment>First Name.</comment>
390 <add>1.1</add>
391 </field>
392 <index>
393 <name>index_first_name</name>
394 <fieldName>first_name</fieldName>
395 <add>1.8</add>
396 </index>
397 <field>
398 <name>middle_name</name>
399 <type>varchar</type>
400 <length>64</length>
401 <html>
402 <type>Text</type>
403 <size>30</size>
404 </html>
405 <import>true</import>
406 <headerPattern>/^middle|(m(iddle\s)?name)$/i</headerPattern>
407 <dataPattern>/^\w+$/</dataPattern>
408 <fulltext/>
409 <comment>Middle Name.</comment>
410 <add>1.1</add>
411 </field>
412 <field>
413 <name>last_name</name>
414 <type>varchar</type>
415 <length>64</length>
416 <html>
417 <type>Text</type>
418 <size>30</size>
419 </html>
420 <import>true</import>
421 <headerPattern>/^last|(l(ast\s)?name)$/i</headerPattern>
422 <dataPattern>/^\w+(\s\w+)?+$/</dataPattern>
423 <comment>Last Name.</comment>
424 <fulltext/>
425 <add>1.1</add>
426 </field>
427 <index>
428 <name>index_last_name</name>
429 <fieldName>last_name</fieldName>
430 <add>1.8</add>
431 <html>
432 <type>Text</type>
433 </html>
434 </index>
435 <field>
436 <name>prefix_id</name>
437 <title>Individual Prefix</title>
438 <type>int unsigned</type>
439 <comment>Prefix or Title for name (Ms, Mr...). FK to prefix ID</comment>
440 <pseudoconstant>
441 <optionGroupName>individual_prefix</optionGroupName>
442 </pseudoconstant>
443 <html>
444 <type>Select</type>
445 </html>
446 <headerPattern>/^(prefix|title)/i</headerPattern>
447 <dataPattern>/^(mr|ms|mrs|sir|dr)\.?$/i</dataPattern>
448 <import>true</import>
449 <add>1.2</add>
450 </field>
451 <index>
452 <name>UI_prefix</name>
453 <fieldName>prefix_id</fieldName>
454 <add>1.6</add>
455 </index>
456 <field>
457 <name>suffix_id</name>
458 <title>Individual Suffix</title>
459 <type>int unsigned</type>
460 <pseudoconstant>
461 <optionGroupName>individual_suffix</optionGroupName>
462 </pseudoconstant>
463 <html>
464 <type>Select</type>
465 </html>
466 <import>true</import>
467 <comment>Suffix for name (Jr, Sr...). FK to suffix ID</comment>
468 <headerPattern>/^suffix$/i</headerPattern>
469 <dataPattern>/^(sr|jr)\.?|i{2,}$/</dataPattern>
470 <add>1.2</add>
471 </field>
472 <index>
473 <name>UI_suffix</name>
474 <fieldName>suffix_id</fieldName>
475 <add>1.6</add>
476 </index>
477 <field>
478 <name>formal_title</name>
479 <type>varchar</type>
480 <length>64</length>
481 <import>true</import>
482 <html>
483 <type>Text</type>
484 </html>
485 <headerPattern>/^title/i</headerPattern>
486 <comment>Formal (academic or similar) title in front of name. (Prof., Dr. etc.)</comment>
487 <add>4.5</add>
488 </field>
489 <field>
490 <name>communication_style_id</name>
491 <title>Communication Style</title>
492 <type>int unsigned</type>
493 <pseudoconstant>
494 <optionGroupName>communication_style</optionGroupName>
495 </pseudoconstant>
496 <export>true</export>
497 <comment>Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.</comment>
498 <add>4.4</add>
499 <html>
500 <type>Select</type>
501 </html>
502 </field>
503 <index>
504 <name>index_communication_style_id</name>
505 <fieldName>communication_style_id</fieldName>
506 <add>4.4</add>
507 </index>
508 <field>
509 <name>greeting_type</name>
510 <type>varchar</type>
511 <length>128</length>
512 <import>true</import>
513 <comment>Preferred greeting format.</comment>
514 <add>1.1</add>
515 <drop>2.2</drop>
516 </field>
517 <field>
518 <name>greeting_type_id</name>
519 <title>Greeting Type</title>
520 <type>int unsigned</type>
521 <comment>FK to civicrm_option_value.id, that has to be valid, registered Greeting type.</comment>
522 <add>2.2</add>
523 <drop>3.0</drop>
524 </field>
525 <field>
526 <name>custom_greeting</name>
527 <type>varchar</type>
528 <length>128</length>
529 <import>true</import>
530 <comment>Custom greeting message.</comment>
531 <add>1.1</add>
532 <drop>3.0</drop>
533 </field>
534 <field>
535 <name>email_greeting_id</name>
536 <type>int unsigned</type>
537 <title>Email Greeting ID</title>
538 <export>true</export>
539 <comment>FK to civicrm_option_value.id, that has to be valid registered Email Greeting.</comment>
540 <add>3.0</add>
541 <pseudoconstant>
542 <optionGroupName>email_greeting</optionGroupName>
543 </pseudoconstant>
544 </field>
545 <field>
546 <name>email_greeting_custom</name>
547 <type>varchar</type>
548 <length>128</length>
549 <import>true</import>
550 <export>false</export>
551 <comment>Custom Email Greeting.</comment>
552 <add>3.0</add>
553 <html>
554 <type>Text</type>
555 </html>
556 </field>
557 <field>
558 <name>email_greeting_display</name>
559 <title>Email Greeting</title>
560 <type>varchar</type>
561 <length>255</length>
562 <comment>Cache Email Greeting.</comment>
563 <add>3.0</add>
564 <html>
565 <type>Text</type>
566 </html>
567 </field>
568 <field>
569 <name>postal_greeting_id</name>
570 <type>int unsigned</type>
571 <title>Postal Greeting ID</title>
572 <export>true</export>
573 <comment>FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.</comment>
574 <add>3.0</add>
575 <html>
576 <type>Text</type>
577 </html>
578 <pseudoconstant>
579 <optionGroupName>postal_greeting</optionGroupName>
580 </pseudoconstant>
581 </field>
582 <field>
583 <name>postal_greeting_custom</name>
584 <type>varchar</type>
585 <length>128</length>
586 <import>true</import>
587 <export>false</export>
588 <comment>Custom Postal greeting.</comment>
589 <add>3.0</add>
590 <html>
591 <type>Text</type>
592 </html>
593 </field>
594 <field>
595 <name>postal_greeting_display</name>
596 <title>Postal Greeting</title>
597 <type>varchar</type>
598 <length>255</length>
599 <comment>Cache Postal greeting.</comment>
600 <add>3.0</add>
601 <html>
602 <type>Text</type>
603 </html>
604 </field>
605 <field>
606 <name>addressee_id</name>
607 <type>int unsigned</type>
608 <title>Addressee ID</title>
609 <comment>FK to civicrm_option_value.id, that has to be valid registered Addressee.</comment>
610 <add>3.0</add>
611 <export>true</export>
612 <pseudoconstant>
613 <optionGroupName>addressee</optionGroupName>
614 </pseudoconstant>
615 </field>
616 <field>
617 <name>addressee_custom</name>
618 <type>varchar</type>
619 <length>128</length>
620 <import>true</import>
621 <export>false</export>
622 <comment>Custom Addressee.</comment>
623 <add>3.0</add>
624 <html>
625 <type>Text</type>
626 </html>
627 </field>
628 <field>
629 <name>addressee_display</name>
630 <title>Addressee</title>
631 <type>varchar</type>
632 <length>255</length>
633 <comment>Cache Addressee.</comment>
634 <add>3.0</add>
635 <html>
636 <type>Text</type>
637 </html>
638 </field>
639 <field>
640 <name>job_title</name>
641 <type>varchar</type>
642 <length>255</length>
643 <html>
644 <type>Text</type>
645 <size>30</size>
646 </html>
647 <import>true</import>
648 <headerPattern>/^job|(j(ob\s)?title)$/i</headerPattern>
649 <dataPattern>//</dataPattern>
650 <comment>Job Title</comment>
651 <add>1.1</add>
652 </field>
653 <field>
654 <name>gender_id</name>
655 <title>Gender</title>
656 <type>int unsigned</type>
657 <pseudoconstant>
658 <optionGroupName>gender</optionGroupName>
659 </pseudoconstant>
660 <html>
661 <type>Select</type>
662 </html>
663 <headerPattern>/^gender$/i</headerPattern>
664 <comment>FK to gender ID</comment>
665 <import>true</import>
666 <add>1.2</add>
667 </field>
668 <index>
669 <name>UI_gender</name>
670 <fieldName>gender_id</fieldName>
671 <add>1.6</add>
672 <html>
673 <type>Select</type>
674 </html>
675 </index>
676 <field>
677 <name>birth_date</name>
678 <type>date</type>
679 <import>true</import>
680 <headerPattern>/^birth|(b(irth\s)?date)|D(\W*)O(\W*)B(\W*)$/i</headerPattern>
681 <dataPattern>/\d{4}-?\d{2}-?\d{2}/</dataPattern>
682 <comment>Date of birth</comment>
683 <add>1.1</add>
684 <html>
685 <type>Select Date</type>
686 <formatType>birth</formatType>
687 </html>
688 </field>
689 <field>
690 <name>is_deceased</name>
691 <title>Deceased</title>
692 <import>true</import>
693 <export>true</export>
694 <headerPattern>/i(s\s)?d(eceased)$/i</headerPattern>
695 <type>boolean</type>
696 <default>0</default>
697 <add>1.1</add>
698 <html>
699 <type>CheckBox</type>
700 </html>
701 </field>
702 <index>
703 <name>index_is_deceased</name>
704 <fieldName>is_deceased</fieldName>
705 <add>4.7</add>
706 </index>
707 <field>
708 <name>deceased_date</name>
709 <type>date</type>
710 <import>true</import>
711 <export>true</export>
712 <headerPattern>/^deceased|(d(eceased\s)?date)$/i</headerPattern>
713 <comment>Date of deceased</comment>
714 <add>1.5</add>
715 <html>
716 <type>Select Date</type>
717 <formatType>birth</formatType>
718 </html>
719 </field>
720 <field>
721 <name>mail_to_household_id</name>
722 <title>Mail to Household ID</title>
723 <type>int unsigned</type>
724 <comment>OPTIONAL FK to civicrm_contact_household record. If NOT NULL, direct mail communications to household rather than individual location. </comment>
725 <export>true</export>
726 <add>1.1</add>
727 <drop>3.3</drop>
728 </field>
729 <foreignKey>
730 <name>mail_to_household_id</name>
731 <table>civicrm_contact</table>
732 <key>id</key>
733 <add>2.1</add>
734 <onDelete>SET NULL</onDelete>
735 <drop>3.3</drop>
736 </foreignKey>
737 <field>
738 <name>household_name</name>
739 <type>varchar</type>
740 <length>128</length>
741 <html>
742 <type>Text</type>
743 <size>30</size>
744 </html>
745 <import>true</import>
746 <headerPattern>/^household|(h(ousehold\s)?name)$/i</headerPattern>
747 <dataPattern>/^\w+$/</dataPattern>
748 <comment>Household Name.</comment>
749 <fulltext/>
750 <add>1.1</add>
751 </field>
752 <index>
753 <name>index_household_name</name>
754 <fieldName>household_name</fieldName>
755 <add>1.8</add>
756 </index>
757 <field>
758 <name>primary_contact_id</name>
759 <type>int unsigned</type>
760 <title>Household Primary Contact ID</title>
761 <comment>Optional FK to Primary Contact for this household.</comment>
762 <add>1.1</add>
763 <html>
764 <type>Select</type>
765 </html>
766 </field>
767 <foreignKey>
768 <name>primary_contact_id</name>
769 <table>civicrm_contact</table>
770 <key>id</key>
771 <add>1.1</add>
772 <onDelete>SET NULL</onDelete>
773 </foreignKey>
774 <field>
775 <name>organization_name</name>
776 <type>varchar</type>
777 <length>128</length>
778 <html>
779 <type>Text</type>
780 <size>30</size>
781 </html>
782 <import>true</import>
783 <headerPattern>/^organization|(o(rganization\s)?name)$/i</headerPattern>
784 <dataPattern>/^\w+$/</dataPattern>
785 <comment>Organization Name.</comment>
786 <fulltext/>
787 <add>1.1</add>
788 </field>
789 <index>
790 <name>index_organization_name</name>
791 <fieldName>organization_name</fieldName>
792 <add>1.8</add>
793 </index>
794 <field>
795 <name>sic_code</name>
796 <type>varchar</type>
797 <length>8</length>
798 <import>true</import>
799 <headerPattern>/^sic|(s(ic\s)?code)$/i</headerPattern>
800 <comment>Standard Industry Classification Code.</comment>
801 <add>1.1</add>
802 <html>
803 <type>Text</type>
804 </html>
805 </field>
806 <field>
807 <name>user_unique_id</name>
808 <rule>url</rule>
809 <title>Unique ID (OpenID)</title>
810 <type>varchar</type>
811 <length>255</length>
812 <import>true</import>
813 <headerPattern>/^Open\s?ID|u(niq\w*)?\s?ID/i</headerPattern>
814 <dataPattern>/^[\w\/\:\.]+$/</dataPattern>
815 <comment>the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM</comment>
816 <add>2.0</add>
817 <html>
818 <type>Text</type>
819 </html>
820 </field>
821 <field>
822 <name>employer_id</name>
823 <title>Current Employer</title>
824 <uniqueName>current_employer_id</uniqueName>
825 <type>int unsigned</type>
826 <comment>OPTIONAL FK to civicrm_contact record.</comment>
827 <export>true</export>
828 <add>2.1</add>
829 <html>
830 <type>EntityRef</type>
831 </html>
832 </field>
833 <foreignKey>
834 <name>employer_id</name>
835 <table>civicrm_contact</table>
836 <key>id</key>
837 <add>2.1</add>
838 <onDelete>SET NULL</onDelete>
839 </foreignKey>
840 <field>
841 <name>is_deleted</name>
842 <title>Contact is in Trash</title>
843 <uniqueName>contact_is_deleted</uniqueName>
844 <type>boolean</type>
845 <default>0</default>
846 <required>true</required>
847 <export>true</export>
848 <add>3.2</add>
849 <html>
850 <type>CheckBox</type>
851 </html>
852 </field>
853 <index>
854 <name>index_is_deleted</name>
855 <fieldName>is_deleted</fieldName>
856 <add>3.2</add>
857 <drop>4.4</drop>
858 </index>
859 <index>
860 <name>index_is_deleted_sort_name</name>
861 <fieldName>is_deleted</fieldName>
862 <fieldName>sort_name</fieldName>
863 <fieldName>id</fieldName>
864 <add>4.4</add>
865 </index>
866 <field>
867 <name>created_date</name>
868 <type>timestamp</type>
869 <comment>When was the contact was created.</comment>
870 <required>false</required>
871 <export>true</export>
872 <default>NULL</default>
873 <add>4.3</add>
874 </field>
875 <field>
876 <name>modified_date</name>
877 <type>timestamp</type>
878 <comment>When was the contact (or closely related entity) was created or modified or deleted.</comment>
879 <required>false</required>
880 <export>true</export>
881 <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
882 <add>4.3</add>
883 </field>
884 </table>