Viz Mosart Administrator Guide
Version 5.1 | Published January 19, 2023 ©
tr_transition
The table tr_transition contains the transition types available for Mosart templates. A transition is defined as the transition to take when taking a template (i.e. the transition from the former template).
Name |
Type |
Allow Null |
Description |
tr_recno |
integer |
No |
Primary key. |
tr_name |
varchar(32) |
No |
The transition name. |
tr_description |
varchar(128) |
Yes |
Optional transition description. |
tr_fi_recno |
integer |
Yes |
Optional foreign key referencing an input field, fi_recno in the fi_field table. |