| Table: dbo.Trial_Balance_Grid_Column_Amount_Balance_Type | |||
| This table will hold values for the trial balance grid column amount balance type. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| trial_balance_grid_column_amount_balance_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (50) | NOT NULL | The type of trial balance grid column amount balance type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Trial_Balance_Grid_Column_Amount_Balance_Type | trial_balance_grid_column_amount_balance_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Trial_Balance_Grid_Column_Amount_Balance_Type$description | description | ||