src/hg/lib/mdb.as 1.1
1.1 2010/04/13 19:40:24 tdreszer
The metaTbl has been renamed 'mdb' and objType has been dropped.
Index: src/hg/lib/mdb.as
===================================================================
RCS file: src/hg/lib/mdb.as
diff -N src/hg/lib/mdb.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/mdb.as 13 Apr 2010 19:40:24 -0000 1.1
@@ -0,0 +1,8 @@
+table mdb
+"This contains metadata for a table, file or other predeclared object type."
+(
+string obj; "Object name or ID."
+string var; "Metadata variable name."
+string varType; "txt | binary"
+lstring val; "Metadata value."
+)