Sounds like that table needs a description field added that's optional. Peter
Sent from my iPhone On Sep 13, 2011, at 4:48 PM, "Benoit Thiell" <[email protected]> wrote: > Hi. > > To my knowledge there is no such place. If it were to be somewhere, it > would be in the table `collections`. > > In [2]: run_sql('SHOW COLUMNS FROM collection') > Out[2]: > (('id', 'mediumint(9) unsigned', 'NO', 'PRI', None, 'auto_increment'), > ('name', 'varchar(255)', 'NO', 'UNI', None, ''), > ('dbquery', 'text', 'YES', 'MUL', None, ''), > ('nbrecs', 'int(10) unsigned', 'YES', '', '0', ''), > ('reclist', 'longblob', 'YES', '', None, '')) > > Benoit. > > On Tue, Sep 13, 2011 at 4:22 PM, Peter J. Halliday > <[email protected]> wrote: >> I asked this in the IRC too, but thought I'd ask it here since there wasn't >> a response. Is there a place in the DB where text can be associated with a >> collection. Here's the example: http://arxiv.org/archive/astro-ph. I have >> things like astro-ph.CO be a collection, and I'ld like that description >> brought over, but not sure exactly where to put it. >> >> ------------------------------------------ >> Peter Halliday >> Cornell University Library IT >> Repositories Group >> [email protected] >> (Phone:) 607-255-1790 >> (Cell:) 607-329-6905 >> >> >> >> >> >> >> > > > > -- > Benoit Thiell > The SAO/NASA Astrophysics Data System > http://adswww.harvard.edu/

