I am looking into user management. I’m not keen on using email as an user identity as emails can change. I wanted to have an auto incremented column to use as a user_id. However I can’t set such a column as an “identity” on the user table. schema “table editor” says Identity columns must be of type string, int, or double which the auto increment column seems to be as its datatype is “AUTO NUMBER (AUTO INCREMENT)”. Is this possible ?
Thanks,
H