Revert "Schema - Fix boolean fields in various tables"
[civicrm-core.git] / xml / schema / Contact / RelationshipCache.xml
index 0487942ed4757a98ef9e8de16c2ec3c29017c56f..e53094d61a35ce888c4534bc9a8f04797fed5e3c 100644 (file)
     </html>
     <readonly>true</readonly>
   </field>
+  <field>
+    <name>case_id</name>
+    <type>int unsigned</type>
+    <component>CiviCase</component>
+    <title>Case ID</title>
+    <default>NULL</default>
+    <comment>FK to civicrm_case</comment>
+    <html>
+      <label>Case</label>
+    </html>
+    <add>5.44</add>
+    <readonly>true</readonly>
+  </field>
+  <foreignKey>
+    <name>case_id</name>
+    <table>civicrm_case</table>
+    <key>id</key>
+    <add>2.2</add>
+    <onDelete>CASCADE</onDelete>
+  </foreignKey>
 </table>