Footprints Data Model

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

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Console Id The automatically generated primary key of the console table. LONG Yes
Console GUID Identifier used from Javascript. VARCHAR(255) Yes
Console Name Console name. VARCHAR(255) Yes
Console Description Console Description. VARCHAR(1024) No
Widget Id A Foreign Key to the Widget table. LONG Yes
Container Type The name of the container type, such as workspace, cmdb etc. VARCHAR(50) No
System Name internal identifier of the console VARCHAR(255) No
Source Console Id A Foreign Key to the Console table. LONG No
User Id A Foreign Key to the Application User table. LONG No