796941fcefa1a7ff1e5fa743cd360856e2f768ee
fanhsu
  Fri Nov 5 16:41:21 2010 -0700
Updated for RGD Genes.
diff --git src/hg/lib/rgdGene2ToDescription.sql src/hg/lib/rgdGene2ToDescription.sql
index 0dd7081..e48f887 100644
--- src/hg/lib/rgdGene2ToDescription.sql
+++ src/hg/lib/rgdGene2ToDescription.sql
@@ -1,7 +1,7 @@
 # A xref table for rgdGene2
 CREATE TABLE rgdGene2ToDescription (
     name varchar(40) not null,	# RGD gene ID
-    val blob,			# Description
+    value text,			# Description
 
     key name(name)
 );