1
0
mirror of synced 2025-02-06 23:39:25 +03:00

allowing for the "interval" postgres datatype

This commit is contained in:
pookey 2007-12-04 15:22:20 +00:00
parent a117f8ca79
commit 0c9c3767c2

View File

@ -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':