Merge pull request #4027 from magnolia61/(CRM-15223)-Include-gender-and-age-in-(const...
[civicrm-core.git] / xml / schema / Core / Component.xml
index c773dbe5af1bcff67135e60c528b7fc2913305f1..0a9f7e13f28a6cf5eefb45077776fae2f6cb7670 100644 (file)
@@ -6,32 +6,33 @@
   <name>civicrm_component</name>
   <add>2.0</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Component ID</comment>
-       <add>2.0</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Component ID</comment>
+    <add>2.0</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-       <name>name</name>
-       <title>Component name</title>
-       <type>varchar</type>
-       <required>true</required>
-       <length>64</length>
-       <comment>Name of the component.</comment>
-       <add>2.0</add>
+    <name>name</name>
+    <title>Component name</title>
+    <type>varchar</type>
+    <required>true</required>
+    <length>64</length>
+    <comment>Name of the component.</comment>
+    <add>2.0</add>
   </field>
   <field>
-       <name>namespace</name>
-       <title>Namespace reserved for component.</title>
-       <type>varchar</type>
-       <length>128</length>
-       <comment>Path to components main directory in a form of a class
-namespace.</comment>
-       <add>2.0</add>
+    <name>namespace</name>
+    <title>Namespace reserved for component.</title>
+    <type>varchar</type>
+    <length>128</length>
+    <comment>Path to components main directory in a form of a class
+      namespace.
+    </comment>
+    <add>2.0</add>
   </field>
 </table>