fix bad problem in creating tables in db2- I introduces

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7022 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-08-10 13:29:46 +00:00
parent 39dc49a0c8
commit b1c06a86ed

View File

@ -565,6 +565,10 @@ sub get_datatype_string_db2 {
}
}
}
} else { # type not specifically define
if (isAKey(\@{$descr->{keys}}, $col)) {
$ret = "VARCHAR(128) NOT NULL ";
}
}
if ($col eq "disable") {