Viz Mosart Administrator Guide
Version 5.2 | Published May 22, 2023 ©
ts_templateset
The table ts_templateset contains the template sets.
Name |
Type |
Allow Null |
Description |
ts_recno |
integer |
No |
Primary key. |
ts_ga_recno |
integer |
No |
Foreign key referencing the corresponding gallery in the ga_gallery table. Template sets belonging to the shared gallery (ga_shared=1) are by definition shared template sets. Shared template sets will be present in all galleries. Template sets belonging to any other gallery are by definition private template sets owned by the corresponding gallery. |
ts_name |
varchar(64) |
No |
The name of the template set. |
ts_global |
smallint |
Yes |
(deprecated) |
ts_description |
varchar(128) |
Yes |
Optional template set description. |
ts_ga_updating |
integer |
Yes |
(deprecated) |
ts_basedon |
varchar(64) |
Yes |
Hierarchical template sets. Specifies the base template set, if applicable. |
ts_hidefromuser |
smallint |
Yes |
Non-zero (true) if the template set shall be hidden from users (i.e. from Mosart GUI and NCS presentations). |