Topic Last Modified: 2011-01-27

The LastChatId table contains the last chat ID that was generated (and used in the tblChat table) for each user.

Columns

Column Type Description

nodeID

int, not null

Node ID (chat room-type only).

lastChatId

bigint, not null

Last used chat ID.

Keys

Column Description

<nodeID, lastChatId>

Primary key (just nodeID is sufficient for processing).

nodeID

Foreign key with lookup in Node.nodeID table.

See Also

Concepts

Chat Table