Footprints Data Model

Table
Name ui_component_state
Comment
The EXTJS grid has the ability to store it's state allowing the preservation of
grid layout properties.  This table supports that.  It might also be used for
other UI control objects.

Column
Name Datatype Comment Is PK Is FK
ui_component_state_id bigint The automatically generated primary key of the ui_component_state table. Yes No
state_key varchar(255)
A search key for the UI Component State, composed of letters and numbers.  It
must be unique when combined with the app user id.  It is an intelligent key,
but the only use is to store and retrieve values.
No No
state_val varchar(max) The value of a UI Component State, stored as a long text object. No No
app_user_id bigint
A Foreign Key to the Application User table.  Identifies the user that owns the
layout.
No Yes