I have an application that needs to reference a user for a particular kind of record, in development version of the database I just reference the user.id
in the table.
An example schema is here
I’d like to keep a similar option using Auth0, but can’t find an Auth0 specific data type for the user_id
, this seems to change based on the identity provider.
Is there a unique id that I can use that is a standard length, or does anybody know the maximum length of the user_id
?