Table: dbo.User_Interface_Grid | |||
This table holds the description of the grid that has the column with customised display settings and the link to the screen it belongs to. | |||
Columns | |||
Name | Type | Constraints | Description |
user_interface_grid_KEY | int (4) | NOT NULL | Primary key. |
user_interface_screen_KEY | int (4) | NOT NULL | A link to the screen this grid belongs to. |
description | nvarchar (60) | NOT NULL | The name of the grid. |
Primary key | |||
Name | Columns | Description | |
PK_User_Interface_Grid | user_interface_grid_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_User_Interface_Grid$user_interface_grid_KEY$description | user_interface_grid_KEY, description |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_User_Interface_Grid__User_Interface_Screen__user_interface_screen_KEY | user_interface_screen_KEY | User_Interface_Screen (user_interface_screen_KEY) |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_User_Interface_Grid_Column__User_Interface_Grid__user_interface_grid_KEY | user_interface_grid_KEY | User_Interface_Grid_Column |