1
0
mirror of synced 2024-12-13 22:56:04 +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;
case 'boolean':
if (isset($definition['default'])) {
$definition['default'] = (int) $definition['default'];
$definition['default'] = $this->conn->convertBooleans($definition['default']);
}
break;
}