Users table association with users_metadata table appears broken

In the users table the primary key should be ID (auto-increment) and the user_login, user_nicename and user_email fields should be indexed.

In the usermeta table the umeta_id should be primary key (auto-increment) and the umeta_id and meta_key fields should be indexed.