Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Apr 2009 at 01:23 UTC
Updated:
7 May 2009 at 01:20 UTC
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
Comment #1
rjerome commentedWhich table is that in?
Comment #2
oib commentedsorry 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')
Comment #3
rjerome commentedCool, I wasn't aware of that module. I'll check it out and see what's wrong.
Ron.
Comment #4
rjerome commentedOK, I tracked down and fixed all the mismatches. Schema module now reports 0 mismatches.
Thanks for pointing that out.
Ron.