Contents Index ml_script ml_scripts_modified

MobiLink Synchronization Reference
  MobiLink System Tables
    Introduction

ml_script_version


Stores the name, ID and comment of script associated with each script version.

Row Description
version_id INTEGER. Primary key. The version_id column stores a unique integer that identifies the version.
name VARCHAR(128). The name column stores the arbitrary name given to the version.
description TEXT. The description column stores the arbitrary 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.

Contents Index ml_script ml_scripts_modified