Closed (duplicate)
Project:
Migrate
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 18:45 UTC
Updated:
21 Mar 2009 at 17:05 UTC
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.
array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE)array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')
Comments
Comment #1
jshprentz commentedThe problem appears to be with the Schema module as reported in bug #314500: Incorrect mismatches, particularly regarding MySQL SIGNED INT values.