Footprints Data Model

Table
Name console
Comment A console in the FootPrints 12 User Interface. A console can contain other consoles, for example the Home Page.

Column
Name Datatype Comment Is PK Is FK
console_id bigint The automatically generated primary key of the console table. Yes No
console_guid varchar(255) Identifier used from Javascript. No No
console_name varchar(255) Console name. No No
console_descr varchar(1024) Console Description. No No
widget_id bigint A Foreign Key to the Widget table. No Yes
cntnr_type varchar(50) The name of the container type, such as workspace, cmdb etc. No No
sys_name varchar(255) internal identifier of the console No No
source_console_id bigint A Foreign Key to the Console table. No Yes
user_id bigint A Foreign Key to the Application User table. No Yes