| Table: dbo.GL_Transaction_N_Journal_Entry | |||
| This dictionary table associates a jouranl entry transaction with its associated GL transaction. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_transaction_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to the GL transaction 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_GL_Transaction_N_Journal_Entry$gl_transaction_KEY | gl_transaction_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Transaction_N_Journal_Entry$journal_entry_KEY | journal_entry_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_GL_Transaction_N_Journal_Entry__GL_Transaction__gl_transaction_KEY | gl_transaction_KEY | GL_Transaction (gl_transaction_KEY) | |
| FK_GL_Transaction_N_Journal_Entry__Journal_Entry__journal_entry_KEY | journal_entry_KEY | Journal_Entry (journal_entry_KEY) | |