schema module reports a mismatch
| 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 |
Jump to:
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
Can you please create a patch for this?
#2
sorry not really
i dont understand mysql
it would be my first patch
its would be better to assign that to a professional
#3