After installing and activating Migrade 6.x-1.x-dev, Drupals status report complains, "1 module with mis-matching tables." The database schema comparison report, /admin/build/schema/compare, shows this discrepency:

Mismatch (1)

Tables for which the schema and database are different.

  • migrate
    • migrate_content_sets
      • column weight:
        declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE)
        actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')

Comments

jshprentz’s picture

Status: Active » Closed (duplicate)

The problem appears to be with the Schema module as reported in bug #314500: Incorrect mismatches, particularly regarding MySQL SIGNED INT values.