allowing for the "interval" postgres datatype
This commit is contained in:
parent
a117f8ca79
commit
0c9c3767c2
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
|
|||
break;
|
||||
case 'text':
|
||||
case 'varchar':
|
||||
case 'interval':
|
||||
$fixed = false;
|
||||
case 'unknown':
|
||||
case 'char':
|
||||
|
|
Loading…
Add table
Reference in a new issue