This commit is contained in:
parent
9e35c9029b
commit
b1c307c40a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user