Commit 1a18acb7 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 5866a6f7
......@@ -700,7 +700,13 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
}
if ($length == null) {
if ($length == null &&
$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