| Table: dbo.AR_Transaction_Item_GL_Account_Type | |||
| This table stores types of GL Accounts for AR Transaction Items. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_transaction_item_gl_account_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (36) | NOT NULL | description of the AR transaction type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_AR_Transaction_Item_GL_Account_Type | ar_transaction_item_gl_account_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Transaction_Item_GL_Account_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_AR_Transaction_Item_GL_Account__AR_Transaction_Item_GL_Account_Type__ar_transaction_item_gl_account_type_KEY | ar_transaction_item_gl_account_type_KEY | AR_Transaction_Item_GL_Account | |