From: Paul M. <pj...@sa...> - 2004-06-18 10:11:13
|
Hi, I submitted a request to increase the size of the product field in DoTS.GeneFeature; [ 890405 ] GeneFeature.Product too small There are no comments attached so... I take it no one minds if i change the file Model/schema/oracle/dots-tables.sql so NAMEFEATUREIMP and NAFEATUREIMPVER has string10 changed size to 1024??? (This is the product field in the view GeneFeature) While on the subject; TranslatedAASequence has all of the products squeezed into description. I'd like to (effectively) do; ALTER TABLE DoTs.AASequenceImp MODIFY (DESCRIPTION VARCHAR(1024)); ALTER TABLE DoTsVer.AASequenceImpVer MODIFY (DESCRIPTION VARCHAR(1024)); Any comments? Paul. |