Contents Index ml_table ml_user

MobiLink Synchronization Reference
  MobiLink System Tables
    Introduction

ml_table_script


For a given script version, associates a table script with a given table and event.

Row Description
version_id INTEGER. Primary key. The version_id column references the version_id column of the ml_script_version table.
table_id INTEGER. Primary key. The table_id column references the table_id column of the ml_table system table.
event VARCHAR(128). Primary key. The event column stores the name of the event.
script_id INTEGER. The script_id column references the script_id column of the ml_script table. The script is stored in the ml_script table.

Contents Index ml_table ml_user