Unnecessary UTF-8 declaration for database
This commit is contained in:
parent
e40044e2fa
commit
6f4c572389
@ -111,7 +111,7 @@ class Magicsig extends Managed_DataObject
|
|||||||
return array(
|
return array(
|
||||||
'fields' => array(
|
'fields' => array(
|
||||||
'user_id' => array('type' => 'int', 'not null' => true, 'description' => 'user id'),
|
'user_id' => array('type' => 'int', 'not null' => true, 'description' => 'user id'),
|
||||||
'keypair' => array('type' => 'text', 'description' => 'keypair text representation', 'collate' => 'utf8_general_ci'),
|
'keypair' => array('type' => 'text', 'description' => 'keypair text representation'),
|
||||||
'alg' => array('type' => 'varchar', 'length' => 64, 'description' => 'algorithm'),
|
'alg' => array('type' => 'varchar', 'length' => 64, 'description' => 'algorithm'),
|
||||||
),
|
),
|
||||||
'primary key' => array('user_id'),
|
'primary key' => array('user_id'),
|
||||||
|
Loading…
Reference in New Issue
Block a user