Store self-service portal categories
Data model
Fields
Field | Type | Description |
---|---|---|
creation_date* | DATETIME | Category Creation Date |
id* | INT | Category identifier |
is_active* | BIT | Category status, 1 is active - 0 is inactive |
name* | NVARCHAR (400) | Category Name |
Primary Key
PK_ASD_PORTAL_CATEGORY |
---|
id |