Footprints Data Model |
Table |
Table Name | Portal Console |
Table Definition | The association between a Console and a Portal. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Portal Id | A Foreign Key to the Portal table. | LONG | Yes |
Console Id | A Foreign Key to the Console table. | LONG | Yes |
Is Visible | Indicates if Is Visible. | BOOLEAN | Yes |
Console Index | The order of the console in the portal. | INTEGER | Yes |
Is Closable | Indicates if Is Closable. | BOOLEAN | Yes |