Oracle automatically builds UIXs for UKs

This commit is contained in:
stronk7 2006-08-17 19:40:49 +00:00
parent 9dcc6300a7
commit 1bf63d33c8

View File

@ -42,7 +42,7 @@ class XMLDBoci8po extends XMLDBgenerator {
var $foreign_keys = false; // Does the generator build foreign keys
var $primary_index = false;// Does the generator need to build one index for primary keys
var $unique_index = true; // Does the generator need to build one index for unique keys
var $unique_index = false; // Does the generator need to build one index for unique keys
var $foreign_index = true; // Does the generator need to build one index for foreign keys
var $sequence_extra_code = true; //Does the generator need to add extra code to generate the sequence fields