| Table: dbo.Custom_Office_Grid_Column_Relation_Option | |||
| This table stores custom Office workpaper relation option for columns that are relation type. This table is used for custom Excel workpapers only and does not apply to trial balance. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| trial_balance_grid_column_KEY | int (4) | NOT NULL | Primary key. Foreign key to the trial balance grid column table |
| column_one__trial_balance_grid_column_KEY | int (4) | NOT NULL | Foreign key to trial balance grid column table |
| column_two__trial_balance_grid_column_KEY | int (4) | NOT NULL | Foreign key to trial balance grid column table |
| custom_office_grid_column_relation_operator_type_KEY | int (4) | NOT NULL | Foreign key to custom office grid column relation operator type table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Custom_Office_Grid_Column_Relation_Option$trial_balance_grid_column_KEY | trial_balance_grid_column_KEY | ||