Table: dbo.GL_Transaction_Type | |||
This table gathers together all the transaction types supported by the application. These type values are also stored in several separate type tables (Bank_Transaction_Type, Journal_Entry_Type, etc). | |||
Columns | |||
Name | Type | Constraints | Description |
gl_transaction_type_KEY | int (4) | NOT NULL | The primary key of this table. |
description | nvarchar (80) | NOT NULL | The transaction type's description. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Transaction_Type | gl_transaction_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Transaction_Type$description | description |