Developers/Database
From wiki.storlye.com
user_invitations.invited_user_id
- Purpose: bind invitation record to the concrete invited account after signup creates the user.
- Starts as NULL when invitation is created and is filled when signup enters pending confirmation.
- Used in confirmation flow to match the exact invited user and safely create/attach pending connection.