Footprints Data Model

Table
Name tmpl_package
Comment A template specification that can be used to create an Item, Container, or Group of Containers.

Column
Name Datatype Comment Is PK Is FK
tmpl_package_id bigint The automatically generated primary key of the tmpl_package table. Yes No
tmpl_package_content varchar(max) The value of a Template Package, stored as a long text object. No No
tmpl_package_name varchar(255) The name of the Template Package. No No
tmpl_package_type_id int A Foreign Key to the Template Package Type table. No Yes
defn_subtype_id int A Foreign Key to the Definition Subtype table. No Yes
is_sys_tmpl bit Indicates if Is System Template. No No
tmpl_package_intrnl_name varchar(255) The value of a Template Package, stored as a string. No No