HP Device Manager 4.6 - Database Schema Guide
Table Of Contents

Template-related tables
dm_unit_template
This is the unit template table, which stores unit template information, including the templates in a sequence template.
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 √ The template name
unit_id nvarchar 50 NO √ The unit ID
action_type smallint 5 YES Inner column to identify template action type
base_name nvarchar 50 NO Base template name
category nvarchar 50 NO Template category
file_path nvarchar 255 NO The file path that stores the unit template, by
default “../template”
size int 10 YES Default is null
2. Relevant UI
unit_id
os_type
template_name
28