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 )
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |