Changed one default

This commit is contained in:
stronk7
2006-08-16 17:34:46 +00:00
parent 91496d15bc
commit 1f0872e8ba
@@ -47,7 +47,7 @@ class XMLDBgenerator {
var $number_type = 'NUMERIC'; // Proper type for NUMBER(x) in this DB
var $unsigned_allowed = true; // To define in the generator must handle unsigned information
var $default_for_char = ''; // To define the default to set for NOT NULLs CHARs without default (null=do nothing)
var $default_for_char = null; // To define the default to set for NOT NULLs CHARs without default (null=do nothing)
var $primary_key_name = null; //To force primary key names to one string (null=no force)