Project

General

Profile

« Previous | Next » 

Revision 2359

Added by sgarg over 19 years ago

Modified database creation sql code so that in xml_nodes, nodedatanumerical coulmn is added.

View differences:

xmltables.sql
105 105
	docid		VARCHAR2(250),	-- index to the document id
106 106
	date_created	DATE,
107 107
	date_updated	DATE,
108
	nodedatanumerical NUMBER,       -- the data for this node if 
109
					-- it is a number
108 110
   CONSTRAINT xml_nodes_pk PRIMARY KEY (nodeid),
109 111
   CONSTRAINT xml_nodes_root_fk 
110 112
		FOREIGN KEY (rootnodeid) REFERENCES xml_nodes,

Also available in: Unified diff