--- core/modules/simpletest/tests/upgrade/drupal-7.filled.database.php 2011-11-15 14:36:31.000000000 +0100 +++ core/modules/simpletest/tests/upgrade/drupal-7.filled.database-after.php 2011-11-23 11:12:21.000000000 +0100 @@ -18474,6 +18474,12 @@ 'not null' => FALSE, 'size' => 'big', ), + 'textgroup' => array( + 'type' => 'varchar', + 'length' => 255, + 'not null' => TRUE, + 'default' => 'default', + ), 'source' => array( 'type' => 'text', 'mysql_type' => 'blob',