Developers/Database: Difference between revisions
From wiki.storlye.com
Jump to navigationJump to search
Create Developers/Database |
Document invited_user_id purpose |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== 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. | |||
Latest revision as of 13:19, 15 June 2026
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.