DAO changes
[civicrm-core.git] / xml / schema / Core / LocationType.xml
index f6a48e4a7faa20103e2d938d9ab4e3742d12e1d2..83caa4802fc7b7f409cad23920f51913872055e7 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Location Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Location Type ID</comment>
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Location Type is Reserved?</title>
     <type>boolean</type>
     <comment>Is this location type a predefined system location?</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>is_active</name>
+    <title>Location Type is Active?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>is_default</name>
+    <title>Default Location Type?</title>
     <type>boolean</type>
     <comment>Is this location type the default?</comment>
     <add>1.1</add>