X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2Fclasses%2FUser_openid.php;h=7e53d8ec959893f1dd80ac5724f91175d0765e29;hb=53e820b46667c2f0e22ffa0a2f91e847a02f4cb8;hp=baff5cd7f96ce8ee24a30c12d2d1cb8f33964d8f;hpb=de55d8f83bb2ecf9461510768fe7147aec592055;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/classes/User_openid.php b/plugins/OpenID/classes/User_openid.php index baff5cd7f9..7e53d8ec95 100644 --- a/plugins/OpenID/classes/User_openid.php +++ b/plugins/OpenID/classes/User_openid.php @@ -13,8 +13,8 @@ class User_openid extends Managed_DataObject /* the code below is auto generated do not remove the above tag */ public $__table = 'user_openid'; // table name - public $canonical; // varchar(255) primary_key not_null - public $display; // varchar(255) unique_key not_null + public $canonical; // varchar(191) primary_key not_null + public $display; // varchar(191) unique_key not_null public $user_id; // int(4) not_null public $created; // datetime() not_null public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP @@ -26,8 +26,8 @@ class User_openid extends Managed_DataObject { return array( 'fields' => array( - 'canonical' => array('type' => 'varchar', 'not null' => true, 'length' => 255, 'description' => 'OpenID canonical string'), - 'display' => array('type' => 'varchar', 'not null' => true, 'length' => 255, 'description' => 'OpenID display string'), + 'canonical' => array('type' => 'varchar', 'not null' => true, 'length' => 191, 'description' => 'OpenID canonical string'), + 'display' => array('type' => 'varchar', 'not null' => true, 'length' => 191, 'description' => 'OpenID display string'), 'user_id' => array('type' => 'int', 'not null' => true, 'description' => 'User ID for OpenID owner'), 'created' => array('type' => 'datetime', 'not null' => true, 'description' => 'date this record was created'), 'modified' => array('type' => 'timestamp', 'not null' => true, 'description' => 'date this record was modified'),