fixes #309
This commit is contained in:
parent
7a9a86a5c6
commit
10f96e01e3
@ -551,6 +551,9 @@ class Doctrine_Export extends Doctrine_Connection_Module
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($field['type'] === 'boolean') {
|
||||||
|
$fields['default'] = $this->conn->convertBooleans($field['default']);
|
||||||
|
}
|
||||||
$default = ' DEFAULT ' . $this->conn->quote($field['default'], $field['type']);
|
$default = ' DEFAULT ' . $this->conn->quote($field['default'], $field['type']);
|
||||||
}
|
}
|
||||||
return $default;
|
return $default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user