1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-07-30 21:30:39 +00:00
parent 20532fe3c2
commit ac88e64940

View File

@ -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;
} }