src/hg/lib/ucscRetroCds.sql 1.4
1.4 2009/12/02 01:34:47 baertsch
change cds from varchar(255) to longtext
Index: src/hg/lib/ucscRetroCds.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/ucscRetroCds.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/lib/ucscRetroCds.sql 2 Dec 2009 01:34:24 -0000 1.3
+++ src/hg/lib/ucscRetroCds.sql 2 Dec 2009 01:34:47 -0000 1.4
@@ -1,6 +1,6 @@
# gene symbol list of ucscRetroCds
CREATE TABLE ucscRetroCds (
id varchar(40), # Gene id with version
- cds varchar(512), # cds
+ cds longtext, # cds
KEY(id)
);