BatchProcessExecutionData Table
This table stores any extra data needed for a BatchProcessExecution
record.
Database Column |
Details |
---|---|
BatchProcessExecution DataID
|
Type: integer. Key. Generated ID A unique identifier for this table. |
BatchProcessExecutionID
|
Type: integer. Key The ID of the BatchProcessExecution record this data is asociated with. Foreign key to the |
BatchProcessExecution DataNameID
|
Type: integer. Key An identifier for the data being stored in this row |
DataValue
|
Type: text The value being stored in this row |