Developers/Database

From wiki.storlye.com
Revision as of 13:19, 15 June 2026 by Wikistorlye admin (talk | contribs) (Document invited_user_id purpose)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.