Footprints Data Model

Table
Name local_col
Comment
(Not used, but referenced in Java code that must be removed before table
deletion.) (Not currently used.  Data localization is implemented in
Configuration Setting Value. May be retired in the future). A Database Column
name used in the Transparent Database Localization pattern.  The data in the
column is the original data for which a translated value can exist.  In the case
of English, this is a little strange because the English translation can be
different than the original data.

Column
Name Datatype Comment Is PK Is FK
app_ele_id bigint A Foreign Key to the Application Element table. Yes Yes
schema_name varchar(30) The name of the Localized Column. No No
table_name varchar(30) The name of the transparent localization Table. No No
col_name varchar(30) The column name of the column in the Table that is being localized. No No