| Table: dbo.Trial_Balance_Grid_Column_Amount_Period_Basis | |||
| This table stores type definition to Trial_Balance_Grid_Amount_Period_Base. User has flexibilty to define an amount column by specifiying an offset from a period Base. it could be Current Period, Current YTD or The Begining of the Year | |||
| Columns | |||
| Name | Type | Constraints | Description |
| trial_balance_grid_column_amount_period_basis_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (60) | NOT NULL | A description for the Trial_Balance_Grid_Column_Amount_Period_Type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Trial_Balance_Grid_Column_Amount_Period_Basis | trial_balance_grid_column_amount_period_basis_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Trial_Balance_Grid_Column_Amount_Period_Basis$description | description | ||