Project

General

Profile

« Previous | Next » 

Revision 166

minor modifications to fix problems introduced with AccessionNumber module

View differences:

xmltables.sql
122 122
 */
123 123
CREATE TABLE xml_acc_numbers (
124 124
	global_name	VARCHAR2(32),	-- first part of acc #
125
	local_id	NUMBER(20),	-- second part - unique inside global name
125
	local_id	NUMBER(20),	-- second part - unique in global name
126 126
   CONSTRAINT xml_acc_numbers_pk PRIMARY KEY (global_name, local_id)
127 127
);

Also available in: Unified diff