Table: dbo.Journal_Entry_Reversal | |||
This table stores links between an journal entry that has been reversed and its journal entry reversal. | |||
Columns | |||
Name | Type | Constraints | Description |
reversed__journal_entry_KEY | int (4) | NOT NULL | Primary key and foreign key to the parent journal entry being reversed |
reversal__journal_entry_KEY | int (4) | NOT NULL | Foreign key to the journal entry created to reverse the other |
Primary key | |||
Name | Columns | Description | |
PK_Journal_Entry_Reversal$reversal__journal_entry_KEY | reversal__journal_entry_KEY |