Merge pull request #8861 from danbrellis/patch-1
[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 <add>1.5</add>
68 </field>
69 <index>
70 <name>index_contact_sub_type</name>
71 <fieldName>contact_sub_type</fieldName>
72 <add>2.1</add>
73 </index>
74 <field>
75 <name>do_not_email</name>
76 <type>boolean</type>
77 <import>true</import>
78 <headerPattern>/d(o )?(not )?(email)/i</headerPattern>
79 <dataPattern>/^\d{1,}$/</dataPattern>
80 <default>0</default>
81 <html>
82 <type>CheckBox</type>
83 </html>
84 <add>1.1</add>
85 </field>
86 <field>
87 <name>do_not_phone</name>
88 <type>boolean</type>
89 <default>0</default>
90 <import>true</import>
91 <headerPattern>/d(o )?(not )?(call|phone)/i</headerPattern>
92 <dataPattern>/^\d{1,}$/</dataPattern>
93 <add>1.1</add>
94 <html>
95 <type>CheckBox</type>
96 </html>
97 </field>
98 <field>
99 <name>do_not_mail</name>
100 <type>boolean</type>
101 <import>true</import>
102 <headerPattern>/^(d(o\s)?n(ot\s)?mail)|(\w*)?bulk\s?(\w*)$/i</headerPattern>
103 <dataPattern>/^\d{1,}$/</dataPattern>
104 <default>0</default>
105 <add>1.1</add>
106 <html>
107 <type>CheckBox</type>
108 </html>
109 </field>
110 <field>
111 <name>do_not_sms</name>
112 <type>boolean</type>
113 <import>true</import>
114 <headerPattern>/d(o )?(not )?(sms)/i</headerPattern>
115 <dataPattern>/^\d{1,}$/</dataPattern>
116 <default>0</default>
117 <add>3.0</add>
118 <html>
119 <type>CheckBox</type>
120 </html>
121 </field>
122 <field>
123 <name>do_not_trade</name>
124 <type>boolean</type>
125 <import>true</import>
126 <headerPattern>/d(o )?(not )?(trade)/i</headerPattern>
127 <dataPattern>/^\d{1,}$/</dataPattern>
128 <default>0</default>
129 <add>1.1</add>
130 <html>
131 <type>CheckBox</type>
132 </html>
133 </field>
134 <field>
135 <name>is_opt_out</name>
136 <type>boolean</type>
137 <title>No Bulk Emails (User Opt Out)</title>
138 <default>0</default>
139 <import>true</import>
140 <required>true</required>
141 <comment>Has the contact opted out from receiving all bulk email from the organization or site domain?</comment>
142 <add>1.1</add>
143 <html>
144 <type>CheckBox</type>
145 </html>
146 </field>
147 <field>
148 <name>legal_identifier</name>
149 <type>varchar</type>
150 <length>32</length>
151 <import>true</import>
152 <headerPattern>/legal\s?id/i</headerPattern>
153 <dataPattern>/\w+?\d{5,}/</dataPattern>
154 <comment>May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.
155 </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 </html>
292 </field>
293 <index>
294 <name>index_preferred_communication_method</name>
295 <fieldName>preferred_communication_method</fieldName>
296 <add>1.6</add>
297 </index>
298 <field>
299 <name>preferred_language</name>
300 <title>Preferred Language</title>
301 <type>varchar</type>
302 <length>5</length>
303 <comment>Which language is preferred for communication. FK to languages in civicrm_option_value.</comment>
304 <headerPattern>/^lang/i</headerPattern>
305 <import>true</import>
306 <pseudoconstant>
307 <optionGroupName>languages</optionGroupName>
308 <keyColumn>name</keyColumn>
309 </pseudoconstant>
310 <html>
311 <type>Select</type>
312 </html>
313 <add>3.2</add>
314 </field>
315 <field>
316 <name>preferred_mail_format</name>
317 <type>varchar</type>
318 <length>8</length>
319 <default>"Both"</default>
320 <import>true</import>
321 <headerPattern>/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i</headerPattern>
322 <comment>What is the preferred mode of sending an email.</comment>
323 <add>1.1</add>
324 <pseudoconstant>
325 <callback>CRM_Core_SelectValues::pmf</callback>
326 </pseudoconstant>
327 <html>
328 <type>Select</type>
329 </html>
330 </field>
331 <field>
332 <name>hash</name>
333 <title>Contact Hash</title>
334 <type>varchar</type>
335 <length>32</length>
336 <comment>Key for validating requests related to this contact.</comment>
337 <add>1.1</add>
338 <change>1.5</change>
339 <export>true</export>
340 </field>
341 <index>
342 <name>index_hash</name>
343 <fieldName>hash</fieldName>
344 <add>2.1</add>
345 </index>
346 <field>
347 <name>api_key</name>
348 <type>varchar</type>
349 <length>32</length>
350 <comment>API Key for validating requests related to this contact.</comment>
351 <add>2.2</add>
352 </field>
353 <index>
354 <name>index_api_key</name>
355 <fieldName>api_key</fieldName>
356 <add>2.1</add>
357 </index>
358 <field>
359 <name>source</name>
360 <title>Contact Source</title>
361 <uniqueName>contact_source</uniqueName>
362 <type>varchar</type>
363 <length>255</length>
364 <html>
365 <type>Text</type>
366 <size>30</size>
367 </html>
368
369 <import>true</import>
370 <headerPattern>/(C(ontact\s)?Source)$/i</headerPattern>
371 <comment>where contact come from, e.g. import, donate module insert...</comment>
372 <add>1.1</add>
373 </field>
374 <field>
375 <name>first_name</name>
376 <type>varchar</type>
377 <length>64</length>
378 <html>
379 <type>Text</type>
380 <size>30</size>
381 </html>
382 <import>true</import>
383 <headerPattern>/^first|(f(irst\s)?name)$/i</headerPattern>
384 <dataPattern>/^\w+$/</dataPattern>
385 <fulltext/>
386 <comment>First Name.</comment>
387 <add>1.1</add>
388 </field>
389 <index>
390 <name>index_first_name</name>
391 <fieldName>first_name</fieldName>
392 <add>1.8</add>
393 </index>
394 <field>
395 <name>middle_name</name>
396 <type>varchar</type>
397 <length>64</length>
398 <html>
399 <type>Text</type>
400 <size>30</size>
401 </html>
402 <import>true</import>
403 <headerPattern>/^middle|(m(iddle\s)?name)$/i</headerPattern>
404 <dataPattern>/^\w+$/</dataPattern>
405 <fulltext/>
406 <comment>Middle Name.</comment>
407 <add>1.1</add>
408 </field>
409 <field>
410 <name>last_name</name>
411 <type>varchar</type>
412 <length>64</length>
413 <html>
414 <type>Text</type>
415 <size>30</size>
416 </html>
417 <import>true</import>
418 <headerPattern>/^last|(l(ast\s)?name)$/i</headerPattern>
419 <dataPattern>/^\w+(\s\w+)?+$/</dataPattern>
420 <comment>Last Name.</comment>
421 <fulltext/>
422 <add>1.1</add>
423 </field>
424 <index>
425 <name>index_last_name</name>
426 <fieldName>last_name</fieldName>
427 <add>1.8</add>
428 <html>
429 <type>Text</type>
430 </html>
431 </index>
432 <field>
433 <name>prefix_id</name>
434 <title>Individual Prefix</title>
435 <type>int unsigned</type>
436 <comment>Prefix or Title for name (Ms, Mr...). FK to prefix ID</comment>
437 <pseudoconstant>
438 <optionGroupName>individual_prefix</optionGroupName>
439 </pseudoconstant>
440 <html>
441 <type>Select</type>
442 </html>
443 <headerPattern>/^(prefix|title)/i</headerPattern>
444 <dataPattern>/^(mr|ms|mrs|sir|dr)\.?$/i</dataPattern>
445 <import>true</import>
446 <add>1.2</add>
447 </field>
448 <index>
449 <name>UI_prefix</name>
450 <fieldName>prefix_id</fieldName>
451 <add>1.6</add>
452 </index>
453 <field>
454 <name>suffix_id</name>
455 <title>Individual Suffix</title>
456 <type>int unsigned</type>
457 <pseudoconstant>
458 <optionGroupName>individual_suffix</optionGroupName>
459 </pseudoconstant>
460 <html>
461 <type>Select</type>
462 </html>
463 <import>true</import>
464 <comment>Suffix for name (Jr, Sr...). FK to suffix ID</comment>
465 <headerPattern>/^suffix$/i</headerPattern>
466 <dataPattern>/^(sr|jr)\.?|i{2,}$/</dataPattern>
467 <add>1.2</add>
468 </field>
469 <index>
470 <name>UI_suffix</name>
471 <fieldName>suffix_id</fieldName>
472 <add>1.6</add>
473 </index>
474 <field>
475 <name>formal_title</name>
476 <type>varchar</type>
477 <length>64</length>
478 <import>true</import>
479 <html>
480 <type>Text</type>
481 </html>
482 <headerPattern>/^title/i</headerPattern>
483 <comment>Formal (academic or similar) title in front of name. (Prof., Dr. etc.)</comment>
484 <add>4.5</add>
485 </field>
486 <field>
487 <name>communication_style_id</name>
488 <title>Communication Style</title>
489 <type>int unsigned</type>
490 <pseudoconstant>
491 <optionGroupName>communication_style</optionGroupName>
492 </pseudoconstant>
493 <export>true</export>
494 <comment>Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.</comment>
495 <add>4.4</add>
496 <html>
497 <type>Select</type>
498 </html>
499 </field>
500 <index>
501 <name>index_communication_style_id</name>
502 <fieldName>communication_style_id</fieldName>
503 <add>4.4</add>
504 </index>
505 <field>
506 <name>greeting_type</name>
507 <type>varchar</type>
508 <length>128</length>
509 <import>true</import>
510 <comment>Preferred greeting format.</comment>
511 <add>1.1</add>
512 <drop>2.2</drop>
513 </field>
514 <field>
515 <name>greeting_type_id</name>
516 <title>Greeting Type</title>
517 <type>int unsigned</type>
518 <comment>FK to civicrm_option_value.id, that has to be valid, registered Greeting type.</comment>
519 <add>2.2</add>
520 <drop>3.0</drop>
521 </field>
522 <field>
523 <name>custom_greeting</name>
524 <type>varchar</type>
525 <length>128</length>
526 <import>true</import>
527 <comment>Custom greeting message.</comment>
528 <add>1.1</add>
529 <drop>3.0</drop>
530 </field>
531 <field>
532 <name>email_greeting_id</name>
533 <type>int unsigned</type>
534 <title>Email Greeting ID</title>
535 <comment>FK to civicrm_option_value.id, that has to be valid registered Email Greeting.</comment>
536 <add>3.0</add>
537 </field>
538 <field>
539 <name>email_greeting_custom</name>
540 <type>varchar</type>
541 <length>128</length>
542 <import>true</import>
543 <export>false</export>
544 <comment>Custom Email Greeting.</comment>
545 <add>3.0</add>
546 <html>
547 <type>Text</type>
548 </html>
549 </field>
550 <field>
551 <name>email_greeting_display</name>
552 <title>Email Greeting</title>
553 <type>varchar</type>
554 <length>255</length>
555 <comment>Cache Email Greeting.</comment>
556 <add>3.0</add>
557 <html>
558 <type>Text</type>
559 </html>
560 </field>
561 <field>
562 <name>postal_greeting_id</name>
563 <type>int unsigned</type>
564 <title>Postal Greeting ID</title>
565 <comment>FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.</comment>
566 <add>3.0</add>
567 <html>
568 <type>Text</type>
569 </html>
570 </field>
571 <field>
572 <name>postal_greeting_custom</name>
573 <type>varchar</type>
574 <length>128</length>
575 <import>true</import>
576 <export>false</export>
577 <comment>Custom Postal greeting.</comment>
578 <add>3.0</add>
579 <html>
580 <type>Text</type>
581 </html>
582 </field>
583 <field>
584 <name>postal_greeting_display</name>
585 <title>Postal Greeting</title>
586 <type>varchar</type>
587 <length>255</length>
588 <comment>Cache Postal greeting.</comment>
589 <add>3.0</add>
590 <html>
591 <type>Text</type>
592 </html>
593 </field>
594 <field>
595 <name>addressee_id</name>
596 <type>int unsigned</type>
597 <title>Addressee ID</title>
598 <comment>FK to civicrm_option_value.id, that has to be valid registered Addressee.</comment>
599 <add>3.0</add>
600 </field>
601 <field>
602 <name>addressee_custom</name>
603 <type>varchar</type>
604 <length>128</length>
605 <import>true</import>
606 <export>false</export>
607 <comment>Custom Addressee.</comment>
608 <add>3.0</add>
609 <html>
610 <type>Text</type>
611 </html>
612 </field>
613 <field>
614 <name>addressee_display</name>
615 <title>Addressee</title>
616 <type>varchar</type>
617 <length>255</length>
618 <comment>Cache Addressee.</comment>
619 <add>3.0</add>
620 <html>
621 <type>Text</type>
622 </html>
623 </field>
624 <field>
625 <name>job_title</name>
626 <type>varchar</type>
627 <length>255</length>
628 <html>
629 <type>Text</type>
630 <size>30</size>
631 </html>
632 <import>true</import>
633 <headerPattern>/^job|(j(ob\s)?title)$/i</headerPattern>
634 <dataPattern>//</dataPattern>
635 <comment>Job Title</comment>
636 <add>1.1</add>
637 </field>
638 <field>
639 <name>gender_id</name>
640 <title>Gender</title>
641 <type>int unsigned</type>
642 <pseudoconstant>
643 <optionGroupName>gender</optionGroupName>
644 </pseudoconstant>
645 <html>
646 <type>Select</type>
647 </html>
648 <headerPattern>/^gender$/i</headerPattern>
649 <comment>FK to gender ID</comment>
650 <import>true</import>
651 <add>1.2</add>
652 </field>
653 <index>
654 <name>UI_gender</name>
655 <fieldName>gender_id</fieldName>
656 <add>1.6</add>
657 <html>
658 <type>Select</type>
659 </html>
660 </index>
661 <field>
662 <name>birth_date</name>
663 <type>date</type>
664 <import>true</import>
665 <headerPattern>/^birth|(b(irth\s)?date)|D(\W*)O(\W*)B(\W*)$/i</headerPattern>
666 <dataPattern>/\d{4}-?\d{2}-?\d{2}/</dataPattern>
667 <comment>Date of birth</comment>
668 <add>1.1</add>
669 <html>
670 <type>Select Date</type>
671 </html>
672 </field>
673 <field>
674 <name>is_deceased</name>
675 <title>Deceased</title>
676 <import>true</import>
677 <export>true</export>
678 <headerPattern>/i(s\s)?d(eceased)$/i</headerPattern>
679 <type>boolean</type>
680 <default>0</default>
681 <add>1.1</add>
682 <html>
683 <type>CheckBox</type>
684 </html>
685 </field>
686 <field>
687 <name>deceased_date</name>
688 <type>date</type>
689 <import>true</import>
690 <export>true</export>
691 <headerPattern>/^deceased|(d(eceased\s)?date)$/i</headerPattern>
692 <comment>Date of deceased</comment>
693 <add>1.5</add>
694 <html>
695 <type>Select Date</type>
696 </html>
697 </field>
698 <field>
699 <name>mail_to_household_id</name>
700 <title>Mail to Household ID</title>
701 <type>int unsigned</type>
702 <comment>OPTIONAL FK to civicrm_contact_household record. If NOT NULL, direct mail communications to household rather than individual location. </comment>
703 <export>true</export>
704 <add>1.1</add>
705 <drop>3.3</drop>
706 </field>
707 <foreignKey>
708 <name>mail_to_household_id</name>
709 <table>civicrm_contact</table>
710 <key>id</key>
711 <add>2.1</add>
712 <onDelete>SET NULL</onDelete>
713 <drop>3.3</drop>
714 </foreignKey>
715 <field>
716 <name>household_name</name>
717 <type>varchar</type>
718 <length>128</length>
719 <html>
720 <type>Text</type>
721 <size>30</size>
722 </html>
723 <import>true</import>
724 <headerPattern>/^household|(h(ousehold\s)?name)$/i</headerPattern>
725 <dataPattern>/^\w+$/</dataPattern>
726 <comment>Household Name.</comment>
727 <fulltext/>
728 <add>1.1</add>
729 </field>
730 <index>
731 <name>index_household_name</name>
732 <fieldName>household_name</fieldName>
733 <add>1.8</add>
734 </index>
735 <field>
736 <name>primary_contact_id</name>
737 <type>int unsigned</type>
738 <title>Household Primary Contact ID</title>
739 <comment>Optional FK to Primary Contact for this household.</comment>
740 <add>1.1</add>
741 <html>
742 <type>Select</type>
743 </html>
744 </field>
745 <foreignKey>
746 <name>primary_contact_id</name>
747 <table>civicrm_contact</table>
748 <key>id</key>
749 <add>1.1</add>
750 <onDelete>SET NULL</onDelete>
751 </foreignKey>
752 <field>
753 <name>organization_name</name>
754 <type>varchar</type>
755 <length>128</length>
756 <html>
757 <type>Text</type>
758 <size>30</size>
759 </html>
760 <import>true</import>
761 <headerPattern>/^organization|(o(rganization\s)?name)$/i</headerPattern>
762 <dataPattern>/^\w+$/</dataPattern>
763 <comment>Organization Name.</comment>
764 <fulltext/>
765 <add>1.1</add>
766 </field>
767 <index>
768 <name>index_organization_name</name>
769 <fieldName>organization_name</fieldName>
770 <add>1.8</add>
771 </index>
772 <field>
773 <name>sic_code</name>
774 <type>varchar</type>
775 <length>8</length>
776 <import>true</import>
777 <headerPattern>/^sic|(s(ic\s)?code)$/i</headerPattern>
778 <comment>Standard Industry Classification Code.</comment>
779 <add>1.1</add>
780 <html>
781 <type>Text</type>
782 </html>
783 </field>
784 <field>
785 <name>user_unique_id</name>
786 <rule>url</rule>
787 <title>Unique ID (OpenID)</title>
788 <type>varchar</type>
789 <length>255</length>
790 <import>true</import>
791 <headerPattern>/^Open\s?ID|u(niq\w*)?\s?ID/i</headerPattern>
792 <dataPattern>/^[\w\/\:\.]+$/</dataPattern>
793 <comment>the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM</comment>
794 <add>2.0</add>
795 <html>
796 <type>Text</type>
797 </html>
798 </field>
799 <field>
800 <name>employer_id</name>
801 <title>Current Employer</title>
802 <uniqueName>current_employer_id</uniqueName>
803 <type>int unsigned</type>
804 <comment>OPTIONAL FK to civicrm_contact record.</comment>
805 <export>true</export>
806 <add>2.1</add>
807 <html>
808 <type>EntityRef</type>
809 </html>
810 </field>
811 <foreignKey>
812 <name>employer_id</name>
813 <table>civicrm_contact</table>
814 <key>id</key>
815 <add>2.1</add>
816 <onDelete>SET NULL</onDelete>
817 </foreignKey>
818 <field>
819 <name>is_deleted</name>
820 <title>Contact is in Trash</title>
821 <uniqueName>contact_is_deleted</uniqueName>
822 <type>boolean</type>
823 <default>0</default>
824 <required>true</required>
825 <export>true</export>
826 <add>3.2</add>
827 <html>
828 <type>CheckBox</type>
829 </html>
830 </field>
831 <index>
832 <name>index_is_deleted</name>
833 <fieldName>is_deleted</fieldName>
834 <add>3.2</add>
835 <drop>4.4</drop>
836 </index>
837 <index>
838 <name>index_is_deleted_sort_name</name>
839 <fieldName>is_deleted</fieldName>
840 <fieldName>sort_name</fieldName>
841 <fieldName>id</fieldName>
842 <add>4.4</add>
843 </index>
844 <field>
845 <name>created_date</name>
846 <type>timestamp</type>
847 <comment>When was the contact was created.</comment>
848 <required>false</required>
849 <export>true</export>
850 <default>NULL</default>
851 <add>4.3</add>
852 </field>
853 <field>
854 <name>modified_date</name>
855 <type>timestamp</type>
856 <comment>When was the contact (or closely related entity) was created or modified or deleted.</comment>
857 <required>false</required>
858 <export>true</export>
859 <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
860 <add>4.3</add>
861 </field>
862 </table>