Footprints Data Model

Table
Name portal_console
Comment The association between a Console and a Portal.

Column
Name Datatype Comment Is PK Is FK
portal_id bigint A Foreign Key to the Portal table. Yes Yes
console_id bigint A Foreign Key to the Console table. Yes Yes
is_vsble bit Indicates if Is Visible. No No
console_index int The order of the console in the portal. No No
is_closable bit Indicates if Is Closable. No No