92403f62ccb18b27867f9220c679b31e4336d8a6
fanhsu
  Mon Oct 25 15:13:52 2010 -0700
Checking in .sql for RGD Genes build.  Issue #29.
diff --git src/hg/lib/rgdGene2ToDescription.sql src/hg/lib/rgdGene2ToDescription.sql
new file mode 100644
index 0000000..0dd7081
--- /dev/null
+++ src/hg/lib/rgdGene2ToDescription.sql
@@ -0,0 +1,7 @@
+# A xref table for rgdGene2
+CREATE TABLE rgdGene2ToDescription (
+    name varchar(40) not null,	# RGD gene ID
+    val blob,			# Description
+
+    key name(name)
+);