| Table: dbo.GL_Balancing_Entry_Type | |||
| This table enumerates the different types of balancing journal entries that can be created in the system. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_balancing_entry_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (80) | NOT NULL | Description of a GL balancing entry type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Balancing_Entry_Type | gl_balancing_entry_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Balancing_Entry_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_GL_Balancing_Entry__GL_Balancing_Entry_Type__gl_balancing_entry_type_KEY | gl_balancing_entry_type_KEY | GL_Balancing_Entry | |