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 ...@@ -701,11 +701,11 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
if ($length == null && if ($length == null &&
$type === 'string' || ($type === 'string' ||
$type === 'clob' || $type === 'clob' ||
$type === 'integer' || $type === 'integer' ||
$type === 'blob' || $type === 'blob' ||
$type === 'gzip') { $type === 'gzip')) {
$length = 2147483647; $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