Footprints Data Model |
Table |
Name | dyn_table_script_history |
Comment |
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. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
dyn_table_script_history_id | bigint | The automatically generated primary key of the dyn_table_script_history table. | Yes | No |
dyn_table_script_id | bigint | A Foreign Key to the Dynamic Table Script table. | No | Yes |
item_defn_id | bigint | A Foreign Key to the Definition table for an instance of type Definition. | No | Yes |
create_date | datetime | The date that the Dynamic Table Script History was created. | No | No |