Summary of the "uniquewords_" fields in ListManager

The uniquewords_ table defines a unique word and gives a numeric identifier for it. Aurea List Manager will index all words greater than one character and less than 30, and each word appears just once in this table.

Primary key: WordID_

Field Name

Description

Version Added

Word_

The unique word found in a message. (varchar(30), NOT NULL)

WordID_

The numeric identifier for that word. (int, identity, NOT NULL)