Project

General

Profile

« Previous | Next » 

Revision 5917

Added by berkley about 13 years ago

fixed bugs in listObjects

View differences:

xmltables-postgres.sql
300 300
   authoritive_member_node VARCHAR(250), --the member node that currently controls the document
301 301
   date_modified TIMESTAMP, -- the last date/time that the file was changed
302 302
   submitter VARCHAR(256), -- the user who originally submitted the doc
303
   object_format VARCHAR(256), --the format of the object
304
   size VARCHAR(256), --the size of the object
303 305
   CONSTRAINT systemMetadata_pk PRIMARY KEY (guid)
304 306
);
305 307

  

Also available in: Unified diff