Create a new table to store per-user account associations, with a reference to the user account
Store things like:
- the service name (eg
github)
- external user id (integer)
- external username (eg
miketheman)
- tokens from provider
- extra metadata (unstructured, as we learn more we can evolve the data model