Merge pull request #4302 from guanhuan/additional-participant-fixes
[civicrm-core.git] / xml / schema / Core / StateProvince.xml
index 83b1857500306c5da3109b9d1446f4faf3804f7c..584945c3784b509b012a81dadf58901b0f6b5626 100644 (file)
@@ -6,47 +6,47 @@
   <name>civicrm_state_province</name>
   <add>1.1</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-       <comment>State / Province ID</comment>
-       <add>1.1</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>State/Province ID</comment>
+    <add>1.1</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>false</autoincrement>
+    <name>id</name>
+    <autoincrement>false</autoincrement>
   </primaryKey>
   <field>
-       <name>name</name>
-       <title>State</title>
-       <type>varchar</type>
-       <length>64</length>
-       <import>true</import>
-       <headerPattern>/state|prov(ince)?/i</headerPattern>
-       <dataPattern>/[A-Z]{2}/</dataPattern>
-       <comment>Name of State / Province</comment>
-       <add>1.1</add>
+    <name>name</name>
+    <title>State</title>
+    <type>varchar</type>
+    <length>64</length>
+    <import>true</import>
+    <headerPattern>/state|prov(ince)?/i</headerPattern>
+    <dataPattern>/[A-Z]{2}/</dataPattern>
+    <comment>Name of State/Province</comment>
+    <add>1.1</add>
   </field>
   <field>
-       <name>abbreviation</name>
-       <title>State Abbreviation</title>
-       <type>varchar</type>
-       <length>4</length>
-       <comment>2-4 Character Abbreviation of State / Province</comment>
-       <add>1.1</add>
+    <name>abbreviation</name>
+    <title>State Abbreviation</title>
+    <type>varchar</type>
+    <length>4</length>
+    <comment>2-4 Character Abbreviation of State/Province</comment>
+    <add>1.1</add>
   </field>
   <field>
-       <name>country_id</name>
-       <type>int unsigned</type>
-       <required>true</required>
-       <comment>ID of Country that State / Province belong</comment>
-       <add>1.1</add>
+    <name>country_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>ID of Country that State/Province belong</comment>
+    <add>1.1</add>
   </field>
   <foreignKey>
-       <name>country_id</name>
-       <table>civicrm_country</table>
-       <key>id</key>
-       <add>1.1</add>
+    <name>country_id</name>
+    <table>civicrm_country</table>
+    <key>id</key>
+    <add>1.1</add>
   </foreignKey>
   <index>
     <name>UI_name_country_id</name>