Changeset 4757
- Timestamp:
- 08/07/08 22:48:26 (11 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/DataDict/Mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/DataDict/Mysql.php
r4412 r4757 372 372 case 'longblob': 373 373 case 'blob': 374 case 'binary': 374 375 $type[] = 'blob'; 375 376 $length = null;