users_pages table
This is a standard many-to-many mapping table.
Columns
The id column uniquely identifies the row (or, if you rather, the edge between the particular page and user).
The columns page_id and user_id link to pages and users, respectively.