Merge pull request #18911 from totten/master-mail-test
[civicrm-core.git] / xml / schema / Contact / ContactType.xml
index 8a701d53e032fc1af454ec918318895b7f237c76..a09c6e14244eef71a4ecad23287b3e4dcdfa8ae0 100644 (file)
@@ -24,6 +24,7 @@
     <length>64</length>
     <comment>Internal name of Contact Type (or Subtype).</comment>
     <add>3.1</add>
+    <required>true</required>
   </field>
   <index>
     <name>contact_type</name>
@@ -84,6 +85,7 @@
     <name>is_active</name>
     <title>Contact Type Is Active?</title>
     <type>boolean</type>
+    <default>1</default>
     <comment>Is this entry active?</comment>
     <add>3.1</add>
   </field>
@@ -91,6 +93,7 @@
     <name>is_reserved</name>
     <title>Contact Type is Reserved?</title>
     <type>boolean</type>
+    <default>0</default>
     <comment>Is this contact type a predefined system type</comment>
     <add>3.1</add>
   </field>