This commit is contained in:
parent
99ad6fbbc9
commit
5718cbb16c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Doctrine_Import_Pgsql extends Doctrine_Import
|
||||||
if ($val['type'] === 'varchar') {
|
if ($val['type'] === 'varchar') {
|
||||||
// get length from varchar definition
|
// get length from varchar definition
|
||||||
$length = preg_replace('~.*\(([0-9]*)\).*~', '$1', $val['complete_type']);
|
$length = preg_replace('~.*\(([0-9]*)\).*~', '$1', $val['complete_type']);
|
||||||
$val['length'] .= $length;
|
$val['length'] = $length;
|
||||||
}
|
}
|
||||||
|
|
||||||
$decl = $this->conn->dataDict->getPortableDeclaration($val);
|
$decl = $this->conn->dataDict->getPortableDeclaration($val);
|
||||||
|
|
Loading…
Add table
Reference in a new issue