Table: dbo.GL_Account_Type | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_type_KEY | int (4) | NOT NULL | Primary key for this table. |
gl_account_type | nvarchar (2) | NOT NULL | Single character abbreviation of the type. |
description | nvarchar (100) | NOT NULL | Description of the type. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Account_Type | gl_account_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Account_Type$description | description | ||
UK_GL_Account_Type$gl_account_type | gl_account_type |