Table: dbo.Journal_Entry_Event_Type | |||
Table containing journal entry event types. | |||
Columns | |||
Name | Type | Constraints | Description |
journal_entry_event_type_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | Description of the journal entry event type. |
Primary key | |||
Name | Columns | Description | |
PK_Journal_Entry_Event_Type | journal_entry_event_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Journal_Entry_Event_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Journal_Entry_Event__Journal_Entry_Event_Type__journal_entry_event_type_KEY | journal_entry_event_type_KEY | Journal_Entry_Event |