column uid:
declared: array('type' => 'int', 'length' => 11, 'not null' => TRUE)
actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')
column updated:
declared: array('type' => 'int', 'length' => 11, 'not null' => TRUE)
actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')

how to do?

Comments

darren.ferguson’s picture

Assigned: oib » darren.ferguson

Looks like the schema module does not like the length portion in the draft module table definitition.

Will see if it is possible to fix with schema updates or not. It might not be in which case i will be leaving it alone since it does not affect the module functionality.

darren.ferguson’s picture

Status: Active » Closed (fixed)

Per this node this is something that the schema module does not handle correctly since it is mysql generated and not in drupal hence this is invalid and will not be touched for this module.

http://drupal.org/node/342487