Project

General

Profile

« Previous | Next » 

Revision 9215

Added by Jing Tao about 9 years ago

Add the media_type and file_name columns.

View differences:

xmltables-oracle.sql
423 423
   number_replicas NUMBER(8), 	-- the number of replicas allowed
424 424
   obsoletes   VARCHAR2(2000),    -- the identifier of the record that this replaces
425 425
   obsoleted_by   VARCHAR2(2000),    -- the identifier of the record that replaces this record
426
   media_type   VARCHAR2(2000),      -- the media type of the object
427
   file_name    VARCHAR2(2000),      -- the suggested file name of the object
426 428
   CONSTRAINT systemMetadata_pk 
427 429
		PRIMARY KEY (guid)
428 430
)

Also available in: Unified diff