| Table: dbo.GL_Account_Grouping_Category | |||
| This table is used To allow categories to be assigned to account grouping codes | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_account_grouping_category_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | description of the Category |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Account_Grouping_Category | gl_account_grouping_category_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Account_Grouping_Category$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_GL_Account_Grouping_Code__GL_Account_Grouping_Category__gl_account_grouping_category_KEY | gl_account_grouping_category_KEY | GL_Account_Grouping_Code | |