Developers/Database: Difference between revisions

From wiki.storlye.com
Jump to navigationJump to search
m Protected "Developers/Database": Restrict Developers area to admin-managed content ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Document invited_user_id purpose
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Developers/Database ==


Database technical documentation index.
=== user_invitations.invited_user_id ===
 
* Purpose: bind invitation record to the concrete invited account after signup creates the user.
Add future pages here.
* 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.