HP Device Manager 4.6 - Database Schema Guide
Table Of Contents

dm_basic_template
This is the basic template table.
1. Table columns
Column name Type name Column size Nullable Primary key Description
os_type nvarchar 50 NO √ Operating system type
template_name nvarchar 50 NO √ Template name
action_type smallint 5 YES Action type (inner attribute)
category nvarchar 50 NO Category
2. Relevant UI
dm_favorite_temp
This is the favorite template table.
1. Table columns
Column name Type name Column size Nullable Primary key Description
os_type nvarchar 50 NO √ Operating system type
template_name nvarchar 50 NO √ Template name
user_id nvarchar 50 NO √ Username of the last user who modified this template
2. Relevant UI
29