
Viz Mosart Administrator Guide
Version 3.9 | Published November 04, 2019 ©
ga_gallery
The table ga_gallery contains all Mosart galleries using the database.
n Mosart AvAutomation the property ThisGallery reflects the gallery name stored in the ga_name column
Name |
Type |
Allow Null |
Description |
ga_recno |
integer |
No |
Primary key |
ga_shared |
smallint |
Yes |
Set to true (1) for the “shared” gallery. The “shared” gallery may be used by clients to obtain all shared template sets within the database. Only one gallery shall be used as the “shared” gallery. By default a virtual gallery named SHARED is used for this purpose. |
ga_name |
varchar(32) |
No |
The gallery name. |
ga_description |
varchar(128) |
Yes |
Optional gallery description |
ga_avconfigxml |
longtext |
Yes |
The xml-formatted contents of the avconfig.xml file used in this gallery. |
ga_ts_recno |
integer |
Yes |
Optional foreign key referencing the ‘default’ template set of the gallery. |
ga_dbversion |
string |
Yes |
The database version used by the Mosart applications for the gallery. This database version reflects the current Mosart version. |
One row only should have ga_shared = 1. The name of this gallery is by default set to ‘SHARED’. All shared templates belongs to this gallery.