| Table: dbo.Grid_Account_Selection_Type | |||
| This table will hold values for the custom excel grid account selection type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| grid_account_selection_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (60) | NOT NULL | The type of account selection type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Grid_Account_Selection_Type | grid_account_selection_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Grid_Account_Selection_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Trial_Balance_Grid__Grid_Account_Selection_Type__grid_account_selection_type_KEY | grid_account_selection_type_KEY | Trial_Balance_Grid | |