at admin/build/schema/compare, this message displays:

- - - - -

Tables for which the schema and database are different.

pageroute_pages
column prid - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'length' => 10, 'not null' => TRUE)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)

- - - - -

the problem occurs with both
- 6.x-1.0-beta5
- 6.x-1.x-dev

pageroute & pagerout_UI are activated

uninstalled, deleted module, cleared cache, reinstalled.

I haven't started using the module yet. Is this a major problem? Is there an easy way to clear this up?