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-sqlserver.sql
122 122
  [rootnodeid]		[bigint] NULL ,
123 123
  [docid]		[varchar] (250) NULL ,
124 124
  [date_created]	[datetime] NULL ,
125
  [date_updated]	[datetime] NULL 
125
  [date_updated]	[datetime] NULL, 
126
  [nodedatanumerical]   [float] NULL
126 127
) ON [PRIMARY]
127 128
GO
128 129

  

Also available in: Unified diff