This table stores the name and description of scripts associated with each script version.
Column |
Description |
---|---|
version_id |
INTEGER. A unique integer that identifies the version. |
name |
VARCHAR(128). The name of the script version. |
description |
TEXT. 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. |
PRIMARY KEY( version_id )
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |