| Table: dbo.Workpaper_List_Column_Type | |||
| This table contains all the column types for workpapers list portlet grid.["BR"] Logged in Staff can modify the column order as per their requirement. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| workpaper_list_column_type_KEY | tinyint (1) | NOT NULL | Primary key, which represents the columns present in workpapers list portlet. |
| description | nvarchar (64) | NOT NULL | The column names of the workpapers portlet list grid. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Workpaper_List_Column_Type | workpaper_list_column_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Workpaper_List_Column_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Workpaper_List_Column__Workpaper_List_Column_Type__workpaper_list_column_type_KEY | workpaper_list_column_type_KEY | Workpaper_List_Column | |