Typical report from schema is:

column field_discount_value - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'length' => '10')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => FALSE, 'disp-width' => '10')

I guess the error is in the change in name from length to disp-width.

Comments

deekayen’s picture

length and disp-width are separate items. they just happen to have the same value and similar purposes.

malc_b’s picture

So I guessed wrong then. The error is that the declared and the actual are different, don't match and the fix is NOT just to change the name.

Moonshine’s picture

Status: Active » Closed (cannot reproduce)

Not sure I understand this one. "disp-width" isn't anything computed field defines in it's "database columns". Marking closed for now, re-open if there is an issue.