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
Comment #1
deekayen commentedlength and disp-width are separate items. they just happen to have the same value and similar purposes.
Comment #2
malc_b commentedSo 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.
Comment #3
Moonshine commentedNot 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.