This table stores the name and description of scripts associated with each script version.
Column |
Description |
---|---|
version_id |
INTEGER. Primary key. This column stores a unique integer that identifies the version. |
name |
VARCHAR(128). This column stores the name of the script version. |
description |
TEXT. This column stores the description given to the version. The description is not used by MobiLink, but is useful for application-specific comments. For example, you could describe the purpose of a given script version. |