Index: trunk/ippToPsps/config/diff/tables.xml
===================================================================
--- trunk/ippToPsps/config/diff/tables.xml	(revision 27433)
+++ trunk/ippToPsps/config/diff/tables.xml	(revision 27434)
@@ -101,3 +101,12 @@
     <column name="dataRelease" type="TBYTE" default="0" comment="Data release when this detection was taken"></column>
   </table>
+  <table name="ObjectCalColor">
+    <column name="objID" type="TLONGLONG" default="0" comment="ODM object identifier"></column>
+    <column name="ippObjID" type="TLONGLONG" default="0" comment="ipp object identifier"></column>
+    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
+    <column name="calColor" type="TFLOAT" default="0" comment=" color adopted for magnitude calculation (unit = mag)"></column>
+    <column name="calColorErr" type="TFLOAT" default="0" comment=" error in calibrating color (unit = mag)"></column>
+    <column name="calibModNum" type="TSHORT" default="0" comment="calibration modification number"></column>
+    <column name="dataRelease" type="TBYTE" default="0" comment="Data release when this color calibration was established"></column>
+  </table>
 </tableDescriptions>
