Commit 141a9566 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 41bb34ef
......@@ -447,9 +447,9 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
$field['name'] = '';
}
$db_type = strtolower($field['type']);
$dbType = strtolower($field['type']);
switch ($db_type) {
switch ($dbType) {
case 'smallint':
case 'int2':
$type[] = 'integer';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment