Merge pull request #15323 from elisseck/dev/core/1266
[civicrm-core.git] / xml / schema / Contribute / PremiumsProduct.xml
index b61e4a7d3a154ad990f31fa9c7099ccddb9e686f..7f9b86604767f86ed026e5dfe99352be072872cf 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Premium Product ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contribution ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>premiums_id</name>
+    <title>Premium</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to premiums settings record.</comment>
@@ -33,6 +35,7 @@
   </foreignKey>
   <field>
     <name>product_id</name>
+    <title>Product</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to each product object.</comment>
@@ -54,7 +57,7 @@
   </field>
   <field>
     <name>weight</name>
-    <title>Weight</title>
+    <title>Order</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>2.0</add>