Information about customizable terms. |
term_KEY | int | NOT NULL | Hardcoded primary key. |
create_date | datetime | NOT NULL | |
update__staff_KEY | int | NOT NULL | |
update_date | datetime | NOT NULL | |
description | nvarchar (50) | NOT NULL | System description. |
plural | nvarchar (30) | NOT NULL | User defined plural description. |
singular | nvarchar (30) | NOT NULL | User defined singular description. |
plural_token | nvarchar (60) | NOT NULL | Token that is replaced with plural term. |
singular_token | nvarchar (60) | NOT NULL | Token that is replaced with singular term. |
plural_default | nvarchar (60) | NOT NULL | Default plural description. |
singular_default | nvarchar (60) | NOT NULL | Default singular description. |
system_checksum | varbinary (20) | NOT NULL | Checksum value used to ensure that system-defined values are not modified. |