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