This feature introduces multi tenancy with foreign keys. This is a very common setup that mimics what you can see for example in Github with different organisations.
It assumes that you have a users table and generates an accounts table and an account_memberships table.
The basic idea is that: