Store app category information
Data model
Fields
Field | Type | Description |
---|---|---|
description | NVARCHAR (512) | Description of an application category |
id* | INT | Unique identifier for an application category |
name | NVARCHAR (100) | Unique name of an application category |
parent_id | INT | Parent category identifier |
Primary Key
PK_AMDMAPPCATEGORY |
---|
id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
parent_id | dbo.AMDM_APPCATEGORY | id | FK01_AMDMAPPCATEGORY |