Table: dbo.GL_Accounting_Method | |||
Columns | |||
Name | Type | Constraints | Description |
gl_accounting_method_KEY | int (4) | NOT NULL | Primary key |
description | nvarchar (60) | NOT NULL | The accounting method description |
Primary key | |||
Name | Columns | Description | |
PK_GL_Accounting_Method | gl_accounting_method_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Accounting_Method$description | description |