LANGUAGE_RESOURCES_OVERRIDES

Holds custom values for text values in BBNC

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
CONTENTID int Default = 0 The piece of content on which the text shall be overridden
TEXT nvarchar(1024) Default = '' The user-defined text for this content

Foreign Keys

Foreign Key Field Type Null Notes Description
LANGUAGERESOURCEGUID uniqueidentifier yes LANGUAGE_RESOURCES.ID The ID of the relevant language field to override

Indexes

Index Name Fields Unique Primary Clustered
PK_LANGUAGE_RESOURCES_OVERRIDES ID yes yes yes