Project

General

Profile

« Previous | Next » 

Revision 633

Added by berkley about 24 years ago

added docid field to xml_relation to track which package document creates the relation.

View differences:

src/xmltables.sql
228 228

  
229 229
CREATE TABLE xml_relation (
230 230
  relationid    NUMBER(20) PRIMARY KEY,  -- unique id
231
  docid         VARCHAR2(250) ,         -- the docid of the package file that
232
                                        -- this relation came from
231 233
  subject       VARCHAR2(512) NOT NULL, -- the subject of the relation
232 234
  subdoctype    VARCHAR2(128),           -- the doctype of the subject
233 235
  relationship  VARCHAR2(128)  NOT NULL, -- the relationship type

Also available in: Unified diff