Footprints Data Model |
Table |
Name | app_ele_string |
Comment | A string resource that is needed in English and other translations. The string is associated with an Application Element and a Usage, for example the Label , the Tooltip, etc. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
app_ele_string_id | bigint | The automatically generated primary key of the app_ele_string table. | Yes | No |
app_ele_id | bigint | A Foreign Key to the Application Element table. | No | Yes |
string_usage_type_id | int | A Foreign Key to the String Usage Type table. | No | Yes |