schema module reports a mismatch

oib - April 22, 2009 - 01:49
Project:User Points Contributed modules
Version:6.x-1.x-dev
Component:Code: userpoints_pageviews
Category:support request
Priority:normal
Assigned:Unassigned
Status:needs work
Description

table userpoints_pageviews

column id:
declared: array('type' => 'serial', 'unsigned' => TRUE, 'length' => '10', 'not null' => TRUE)
actual: array('type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE, 'disp-width' => '10')
column uid:
declared: array('type' => 'int', 'unsigned' => TRUE, 'length' => '10', 'default' => )
actual: array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10')
column uid:
declared: array('type' => 'int', 'unsigned' => TRUE, 'length' => '10', 'default' => )
actual: array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10')
column nid:
declared: array('type' => 'int', 'unsigned' => TRUE, 'length' => '10', 'default' => )
actual: array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10')
column nid:
declared: array('type' => 'int', 'unsigned' => TRUE, 'length' => '10', 'default' => )
actual: array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10')
column ip:
declared: array('type' => 'varchar', 'length' => '16', 'default' => )
actual: array('type' => 'varchar', 'length' => '16', 'not null' => FALSE)
column timestamp:
declared: array('type' => 'int', 'length' => '11', 'default' => )
actual: array('type' => 'int', 'not null' => FALSE, 'disp-width' => '11')
column timestamp:
declared: array('type' => 'int', 'length' => '11', 'default' => )
actual: array('type' => 'int', 'not null' => FALSE, 'disp-width' => '11')
column uid: key 'not null' not set, ignoring inspected default value
column nid: key 'not null' not set, ignoring inspected default value
column ip: key 'not null' not set, ignoring inspected default value
column timestamp: key 'not null' not set, ignoring inspected default value

how to do?
thank you

#1

kbahey - April 22, 2009 - 01:52
Status:active» postponed (maintainer needs more info)

Can you please create a patch for this?

#2

oib - April 22, 2009 - 02:28

sorry not really

i dont understand mysql
it would be my first patch

its would be better to assign that to a professional

#3

kbahey - April 22, 2009 - 02:33
Assigned to:oib» Anonymous
Status:postponed (maintainer needs more info)» needs work
 
 

Drupal is a registered trademark of Dries Buytaert.