Closed (duplicate)
Project:
Twitter
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2009 at 02:39 UTC
Updated:
10 Apr 2009 at 09:02 UTC
Schema module reports errors in twitter schema.
twitter_user.screen_name is part of the primary key but is not specified to be 'not null'.
Full output from Mismatch below:
twitter_user
o column screen_name:
declared: array('type' => 'varchar', 'length' => 255)
actual: array('type' => 'varchar', 'length' => '255', 'not null' => TRUE, 'default' => '')
o column screen_name:
declared: array('type' => 'varchar', 'length' => 255)
actual: array('type' => 'varchar', 'length' => '255', 'not null' => TRUE, 'default' => '')
o column password: key 'not null' not set, ignoring inspected default value
Comments
Comment #1
jaydub commentedduplicate of issue #336048: twitter_user.screen_name error