This topic has not yet been rated - Rate this topic

LastChatId Table

 

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.