Viz Mosart Administrator Guide
Version 5.1 | Published January 19, 2023 ©
sq_sequence
The sq_sequence table contains recorded sequences from a Viz Mosart Automation. Sequences are gallery dependent and related to the template set in use when recorded. A sequence makes it possible to record any sequence from a rundown in Viz Mosart automation for later playback.
Name |
Type |
Allow Null |
Description |
sq_recno |
integer |
No |
Primary key. |
sq_ga_recno |
integer |
No |
Foreign key referencing the corresponding gallery ga_recno in the ga_gallery table. |
sq_ts_recno |
integer |
No |
Foreign key referencing the corresponding template set ts_recno in the ts_templateset table. |
sq_name |
varchar(32) |
No |
Name of sequence. |
sq_description |
varchar(128) |
Yes |
Optional description of the sequence. |
sq_xml |
longtext |
No |
The gallery specific implementation of the sequence. Stored as received from Mosart Automation in XML. |