data_stash¶
Data_stash table contains data on tables content after a specific function execution, table content is written in csv format.
| Field name | Field type | Description |
|---|---|---|
| action_uid | INT | ID number of an action meant as executed function with specific parameters |
| table_name | TEXT | name of a table |
| csv | TEXT | content of the table in csv format |