MDL-9920 Allowed xmldb to create 32-bit serial fields if specified, in postgres

This commit is contained in:
sam_marshall
2007-05-24 15:18:26 +00:00
parent 36be12128c
commit 6ffa6bf848
2 changed files with 9 additions and 2 deletions
@@ -39,6 +39,7 @@ class XMLDBpostgres7 extends XMLDBgenerator {
var $sequence_extra_code = false; //Does the generator need to add extra code to generate the sequence fields
var $sequence_name = 'BIGSERIAL'; //Particular name for inline sequences in this generator
var $sequence_name_small = 'SERIAL'; //Particular name for inline sequences in this generator
var $sequence_only = true; //To avoid to output the rest of the field specs, leaving only the name and the sequence_name variable
var $rename_table_extra_code = true; //Does the generator need to add code after table rename