My Schema report shows me this warning:

Mismatch (1)
Tables for which the schema and database are different.

nodewords

column id - difference on: size

declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'size' => 'small', 'not null' => TRUE, 'default' => 0)

I updated nodewords to the lastest version.

Comments

gpk’s picture

Did you run update.php?

Rhino’s picture

I have the same mismatch, I have updated the modules. I have run update.php. This has been hanging around my DB forever and I am at a loss about what to do with it.

nodewords
column id - difference on: size
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'size' => 'small', 'not null' => TRUE, 'default' => 0)
unique keys nodewords_type_id_name: missing in database

FortEZ’s picture

I sense that I am replying a bit late, but instead of duplicating the specific issue, I'd rather post here.

Did anyone find a solution for this? I get the exact same message in my "Schema" module, "Mismatch" category.

Also, I have run update.php. Any ideas on why this mismatch appears and how to solve it?

jsibley’s picture

I also see this mismatch. Does it matter? Is there a way to fix it?

jsibley’s picture

I also see this mismatch. Does it matter? Is there a way to fix it?