1
0
mirror of synced 2025-01-30 20:11:49 +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;
case 'text':
case 'varchar':
case 'interval':
$fixed = false;
case 'unknown':
case 'char':