/admin/structure/schema/compare
Mismatch (1)
Tables for which the schema and database are different.
column uid - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE, 'default' => 0)
column timestamp - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => TRUE, 'default' => 0)
please fix it so that schema module does not show warnings
thanks
Comments
Comment #1
Crell commentedThe length field there is meaningless on int fields, so I just removed them.