Table: dbo.Client_Shortcut | |||
Columns | |||
Name | Type | Constraints | Description |
client_shortcut_KEY | int (4) | NOT NULL | Database assigned primary key for this table |
update__staff_KEY | int (4) | NOT NULL | Key of the Staff who last modified this row. |
update_date | datetime (8, 3) | NOT NULL | The date and time this row was last modified. |
client_KEY | int (4) | NOT NULL | Key to a Client row |
target | nvarchar (2000) | NOT NULL | Target to execute. File name or url. |
create_date | datetime (8, 3) | NOT NULL | |
portlet_type_KEY | int (4) | NOT NULL | portlet type |
Primary key | |||
Name | Columns | Description | |
PK_Client_Shortcut | client_shortcut_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Client_Shortcut__Client__client_KEY | client_KEY | Client (client_KEY) | |
FK_Client_Shortcut__Portlet_Type__portlet_type_KEY | portlet_type_KEY | Portlet_Type (portlet_type_KEY) |