Registration table to reference the different Assist me services
Data model

Fields
Field |
Type |
Description |
id* |
INT |
Unique identifier of the table |
id_config |
INT |
Assist me generic configuration association. |
is_active* |
BIT |
Dialing to know active/inactive status of the service |
is_deleted* |
BIT |
Dialing to identify if service status is removed |
last_inactivated_date |
DATETIME |
Service Log Last Activity Date Record |
serv_description |
NVARCHAR (400) |
Detailed description of Assist me service |
serv_icon* |
NVARCHAR (50) |
Service Associated Icon |
serv_name* |
NVARCHAR (50) |
Column for Service Name Record |
serv_refenrece_id* |
INT |
Identify Service Reference |
Primary Key
PK_AFW_ASSISTME_SERVICES |
id |
References