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;
|
break;
|
||||||
case 'text':
|
case 'text':
|
||||||
case 'varchar':
|
case 'varchar':
|
||||||
|
case 'interval':
|
||||||
$fixed = false;
|
$fixed = false;
|
||||||
case 'unknown':
|
case 'unknown':
|
||||||
case 'char':
|
case 'char':
|
||||||
|
|
Loading…
Add table
Reference in a new issue