| Table: dbo.Transaction_Template_N_Journal_Entry | |||
| This dictionary table associates a jouranl entry transaction with a transaction template. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| transaction_template_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to the transaction template being associated with a journal entry. |
| journal_entry_KEY | int (4) | NOT NULL | Foreign key to the journal entry. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_N_Journal_Entry$transaction_template_KEY | transaction_template_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Transaction_Template_N_Journal_Entry$journal_entry_KEY | journal_entry_KEY | ||