This table stores information for an individual Portlet in a column on a given users workplace. The state of the Portlet, its title, and the Portal Library document ID are examples of the information persisted here.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| component_title | nvarchar(255) | not null | Title of the workplace component. |
| compcolumnid | integer | with null | The column id this component belongs to. |
| document_id_fk | integer | with null | The document id of this component. |
| is_minimized | nvarchar(10) | with null | Boolean value true/false whether or not this component is minimized. |
| height | integer | with null | The height in pixels of this component. |
| row_index | integer | with null | Row in the column that this component is in. Xero would mean the first row, 1 second row, etc... |
Product Name: Portal
Table Type: Table