对于给定脚本版本,此表会将表脚本与给定表和事件相关联。
列 |
说明 |
---|---|
version_id |
INTEGER。标识脚本版本的数字。 |
table_id |
INTEGER。标识表的数字。 |
event |
VARCHAR(128)。事件的名称。 |
script_id |
INTEGER。标识脚本的数字。脚本存储在 ml_script 表中。 |
存在一个系统视图 ml_table_scripts,通过该视图可更轻松地查看 ml_table_script MobiLink 系统表的内容。
FOREIGN KEY( version_id ) REFERENCES ml_script_version( version_id )
FOREIGN KEY( table_id ) REFERENCES ml_table( table_id )
FOREIGN KEY( script_id ) REFERENCES ml_script( script_id )
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |