For a given script version, this table associates a table script with a given table and event.
Column |
Description |
---|---|
version_id |
INTEGER. Primary key. This column references the version_id column of the ml_script_version table. |
table_id |
INTEGER. Primary key. This column references the table_id column of the ml_table system table. |
event |
VARCHAR(128). Primary key. This column stores the name of the event. |
script_id |
INTEGER. This column references the script_id column of the ml_script table. The script is stored in the ml_script table. |
There is a view, ml_table_scripts, that makes it easier to view the contents of the ml_table_script MobiLink system table.