Revision 9216
Added by Jing Tao over 9 years ago
src/xmltables-postgres.sql | ||
---|---|---|
316 | 316 |
number_replicas INT8, -- the number of replicas allowed |
317 | 317 |
obsoletes text, -- the identifier that this record obsoletes |
318 | 318 |
obsoleted_by text, -- the identifier of the record that replaces this record |
319 |
media_type text, -- the media type of this object |
|
320 |
file_name text, -- the suggested file name for this object |
|
319 | 321 |
CONSTRAINT systemMetadata_pk PRIMARY KEY (guid) |
320 | 322 |
); |
321 | 323 |
/* |
Also available in: Unified diff
Add two columns media_type and file_name.