Table: dbo.Journal_Entry_Type | |||
Journal Entry type table. | |||
Columns | |||
Name | Type | Constraints | Description |
journal_entry_type_KEY | int (4) | NOT NULL | Primary key |
description | nvarchar (60) | NOT NULL | The journal entry type description |
Primary key | |||
Name | Columns | Description | |
PK_Journal_Entry_Type | journal_entry_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Journal_Entry_Type$description | description |