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 |
Column Descriptions and Constraints:
Column |
Description |
Constraint Name |
Constraint Description |
StringID |
Autoincrementing primary key. This will be the foreign key in most related tables. |
UNIQUE |
N/A |
LVString |
The string. |
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
The string |
N/A |
N/A |