Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Case / CaseContact.xml
index 7364efd9ed9f6571444809f6f8e02564f9388193..e4c13826551ffa5971dcd5cb77ead7a2f409f54b 100644 (file)
@@ -6,12 +6,16 @@
   <comment>Joining table for case-contact associations.</comment>
   <add>2.1</add>
   <log>true</log>
+  <component>CiviCase</component>
   <field>
     <name>id</name>
     <title>Case Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique case-contact association id</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.1</add>
   </field>
   <primaryKey>
@@ -55,6 +59,7 @@
     <name>UI_case_contact_id</name>
     <fieldName>case_id</fieldName>
     <fieldName>contact_id</fieldName>
+    <unique>true</unique>
     <add>2.1</add>
   </index>
 </table>