Index: trunk/dbconfig/flatcorr.md
===================================================================
--- trunk/dbconfig/flatcorr.md	(revision 16671)
+++ trunk/dbconfig/flatcorr.md	(revision 19323)
@@ -9,11 +9,19 @@
     label       STR         64
     stats       STR         255
+    reduction   STR         255
     region      STR         255
 END
 
 # table of Exposure-level data used for each flat-field corrction run
-flatcorrExp METADATA
+flatcorrChipLink METADATA
     corr_id     S64         0       # Primary Key fkey(corr_id) ref flatcorrRun(corr_id)
-    chip_id     S64         64      # Primary Key fkey(chip_id) ref chipRun(chip_id)
+    chip_id     S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
 END
 
+# table of Exposure-level data used for each flat-field corrction run
+flatcorrCamLink METADATA
+    corr_id     S64         0       # Primary Key fkey(corr_id) ref flatcorrRun(corr_id)
+    chip_id     S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
+    cam_id      S64         0       # Primary Key fkey(chip_id) ref chipRun(chip_id)
+END
+
