Topic Last Modified: 2011-01-27

The LastInviteId table 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 Principal.prinID table.

See Also