/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

Crell’s picture

Status: Active » Fixed

The length field there is meaningless on int fields, so I just removed them.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.