Commit ac88e649 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 20532fe3
......@@ -701,11 +701,11 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
if ($length == null &&
$type === 'string' ||
$type === 'clob' ||
$type === 'integer' ||
$type === 'blob' ||
$type === 'gzip') {
($type === 'string' ||
$type === 'clob' ||
$type === 'integer' ||
$type === 'blob' ||
$type === 'gzip')) {
$length = 2147483647;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment