1
0
mirror of synced 2024-12-14 07:06: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 &&
$type === 'string' ||
($type === 'string' ||
$type === 'clob' ||
$type === 'integer' ||
$type === 'blob' ||
$type === 'gzip') {
$type === 'gzip')) {
$length = 2147483647;
}