tblLVST_StringTable

Table Description:

Maintains a list of the most common strings used in the database. Nearly every string in the database is linked through this table. If the string isn't in this table, it's because the string is probably unique (for example, neither the GUID nor the interaction names are in the string table).

Table structure:

Column Name Data Type Data Length Default Value See Also

StringID

INTEGER

N/A

N/A

N/A

LVString

VARCHAR

900

N/A

N/A

Primary Keys:

Column Descriptions and Constraints:

StringID
Description:
Autoincrementing primary key. This will be the foreign key in most related tables.
Constraint Name:
UNIQUE
Constraint Description:
N/A

LVString
Description:
The string.
Constraint Name:
N/A
Constraint Description: N/A