The wp_users and wp_usermeta tables together describe every WP user. wp_usermeta is the source of truth for capabilities, with one row per capability per user.
The wp_users and wp_usermeta tables together describe every WP user. wp_usermeta is the source of truth for capabilities, with one row per capability per user.