Issue #2886740 by kiamlaluno: user_schema() reports uid as primary key for the user_data table when it's just part of the primary key

8.7.x
Nathaniel Catchpole 2018-11-05 13:07:51 +00:00
parent 29155fdb81
commit 7ecfaf4c3c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function user_schema() {
'description' => 'Stores module data as key/value pairs per user.',
'fields' => [
'uid' => [
'description' => 'Primary key: {users}.uid for user.',
'description' => 'The {users}.uid this record affects.',
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,