[Devel] Problem creating tables for testing the Oracle module
Juan Carlos Castro y Castro
jcastro at instant.com.br
Tue Oct 11 17:28:05 CEST 2005
This table has a field name that is a reserved word in Oracle. (You'll
see this layout already has the other changes for Oracle) Is this
changed in CVS? Where could I change it in the stable version?
CREATE TABLE server_monitoring (
time date default TIMESTAMP '0000-01-01 00:00:00' NOT NULL,
id int default '0' NOT NULL,
param varchar(32) default '' NOT NULL,
value int default '0' NOT NULL,
increment int default '0' NOT NULL,
PRIMARY KEY (id,param)
);
More information about the Devel
mailing list