Index: branches/simtest_nebulous_branches/dbconfig/pstamp.md
===================================================================
--- branches/simtest_nebulous_branches/dbconfig/pstamp.md	(revision 25061)
+++ branches/simtest_nebulous_branches/dbconfig/pstamp.md	(revision 27840)
@@ -3,6 +3,9 @@
     state       STR         64
     lastFileset STR         64
+    timestamp   UTC         0001-01-01T00:00:00Z
+    label       STR         64
     outProduct  STR         64
     uri         STR         255
+    pollInterval S32        0
 END
 
@@ -24,4 +27,5 @@
     name        STR         64      # UNIQUE
     reqType     STR         16
+    label       STR         64
     outProduct  STR         64
     uri         STR         255
@@ -38,3 +42,17 @@
     exp_id      S64         0
     outputBase  STR         255
+    options     S64         64
+    dep_id      S64         0
 END
+
+pstampDependent       METADATA
+    dep_id      S64         0       # Primary Key AUTO_INCREMENT
+    state       STR         64
+    stage       STR         64
+    stage_id    S64         0
+    component   STR         64
+    imagedb     STR         64
+    rlabel      STR         64
+    need_magic  BOOL        f
+    fault       S16         0
+END
