Footprints Data Model

Table
Table Name Dynamic Table Script History
Table Definition Records the successful execution of the Dynamic Table Script for a Container and/or Dynamic Item. This is used to control re-execution of scripts when the script version changes, or when a new script is added.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Dynamic Table Script History Id The automatically generated primary key of the dyn_table_script_history table. LONG Yes
Dynamic Table Script Id A Foreign Key to the Dynamic Table Script table. LONG Yes
Container Definition Id A Foreign Key to the Definition table. LONG Yes
Item Definition Id A Foreign Key to the Definition table for an instance of type Definition. LONG Yes
Create Date The date that the Dynamic Table Script History was created. DATE Yes