Project

General

Profile

« Previous | Next » 

Revision 5887

Added by berkley over 13 years ago

adding fields for additional system metadata info

View differences:

upgrade-db-to-1.10.0-postgres.sql
4 4
   guid   text,          -- the globally unique string identifier
5 5
   docid  VARCHAR(250),	 -- the local document id #
6 6
   rev    INT8,          -- the revision part of the local identifier
7
   date_uploaded TIMESTAMP, -- the date/time the document was first submitted
8
   rights_holder VARCHAR(250), --the user who has rights to the document, usually the first persons to upload it
9
   checksum VARCHAR(512), --the checksum of the doc using the given algorithm (see below)
10
   checksum_algorithm VARCHAR(250), --the algorithm used to calculate the checksum
11
   origin_member_node VARCHAR(250), --the member node where the document was first uploaded
12
   authoritive_member_node VARCHAR(250), --the member node that currently controls the document
13
   date_modified TIMESTAMP, -- the last date/time that the file was changed
14
   submitter VARCHAR(256), -- the user who originally submitted the doc
7 15
   CONSTRAINT systemMetadata_pk PRIMARY KEY (guid)
8 16
);
9 17

  

Also available in: Unified diff