Index: trunk/dbconfig/flatcorr.md
===================================================================
--- trunk/dbconfig/flatcorr.md	(revision 15356)
+++ trunk/dbconfig/flatcorr.md	(revision 15356)
@@ -0,0 +1,17 @@
+
+# table of flat-field correction runs
+flatcorrRun
+    corr_id     S64         0       # Primary Key AUTO_INCREMENT	
+    dvodb       STR         64
+    state       STR         64
+    workdir     STR         255 
+    label       STR         64
+END
+
+# table of Exposure-level data used for each flat-field corrction run
+flatcorrExp
+    corr_id     S64         0
+    chip_id     S64         64
+    state       STR         64
+END
+
