column weight:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')

how to do?
thank you

Comments

rjerome’s picture

Which table is that in?

oib’s picture

sorry 4 my incomplete request
its the biblio_field_type table

there are 2 more mismatches

table biblio_types
column tid:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')
column weight:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')
column description: key 'not null' not set, ignoring inspected default value

table biblio_duplicates
primary key:
declared: array('vid,did')
actual: array('vid', 'did')

rjerome’s picture

Cool, I wasn't aware of that module. I'll check it out and see what's wrong.

Ron.

rjerome’s picture

Status: Active » Fixed

OK, I tracked down and fixed all the mismatches. Schema module now reports 0 mismatches.

Thanks for pointing that out.

Ron.

Status: Fixed » Closed (fixed)

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