| Table: dbo.Balance_Definition_Journal_Entry_Type_Component | |||
| Connects a client balance to the journal entry types that are it's components. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| balance_definition_journal_entry_type_component_KEY | int (4) | NOT NULL | Primary key |
| balance_definition_KEY | int (4) | NOT NULL | Key to the Balance_Definition Table |
| journal_entry_type_KEY | int (4) | NOT NULL | Key to the Journal_Entry_Type table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Balance_Definition_Journal_Entry_Type_Component | balance_definition_journal_entry_type_component_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Balance_Definition_Journal_Entry_Type_Component$balance_definition_KEY$journal_entry_type_KEY | balance_definition_KEY, journal_entry_type_KEY | ||