Footprints Data Model

Table
Name string_rsrc_val
Comment The translated value of the resource.

Column
Name Datatype Comment Is PK Is FK
string_rsrc_val_id bigint The automatically generated primary key of the string_rsrc_val table. Yes No
app_ele_string_id bigint A Foreign Key to the Application Element String table. No Yes
string_val nchar(2000) The default value for the string, which can be overriden by user customization. No No
cxt_phrase varchar(255) A free-form text field in the source language (usually english) which describes the context and has any additional guidance specific to the associated locale. No No
prod_rlse_id bigint The automatically generated primary key of the ProductRelease table. No Yes
locale_id bigint A Foreign Key to the Locale table. No Yes