tblLastInviteId

tblLastInviteId contains the last invite ID that was generated (and used in the tblPrincipalInvites table) for each user.

Columns

Column Type Description
prinID
int, not null
Principal ID.
lastInviteID
int, not null
Last used invite ID.

Keys

Column Description
prinID
Primary key.
prinID
Foreign key with lookup in tblPrincipal.prinID table.

See also

tblPrincipalInvites