1
0
mirror of synced 2025-01-20 23:41:39 +03:00
This commit is contained in:
zYne 2007-04-17 22:03:11 +00:00
parent 9e35c9029b
commit b1c307c40a

View File

@ -350,7 +350,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
break; break;
case 'boolean': case 'boolean':
if (isset($definition['default'])) { if (isset($definition['default'])) {
$definition['default'] = (int) $definition['default']; $definition['default'] = $this->conn->convertBooleans($definition['default']);
} }
break; break;
} }