CRM-15536 fix - Scheduled reminders: Clarify "Limit to" and "Also include" UI to...
[civicrm-core.git] / xml / schema / Core / Email.xml
index a17b173f9fc1497cf8821104d02617bd13ad6a11..a731fae3cc5ca5ee72a7ae7de52c08492a94dc4f 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Email ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique Email ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>Email Contact</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
     <add>2.0</add>
@@ -53,6 +55,7 @@
   </index>
   <field>
     <name>email</name>
+    <title>Email</title>
     <type>varchar</type>
     <length>254</length>
     <html>
@@ -80,6 +83,7 @@
   </field>
   <field>
     <name>is_primary</name>
+    <title>Is Primary email</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the primary?</comment>
@@ -92,6 +96,7 @@
   </index>
   <field>
     <name>is_billing</name>
+    <title>Is Billing Email?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the billing?</comment>