Update appendix-task-repository-schema.adoc

This commit is contained in:
Varshith Kancharla
2020-10-01 22:43:07 +05:30
committed by GitHub
parent 2247763450
commit 88e0c00d81

View File

@@ -45,9 +45,9 @@ Stores the parameters used for a task execution
[width="80%", cols="1,1,1,1", options="header"]
|=========================================================
|Column Name |Required |Type |Field Length
|TASK_EXECUTION_ID |TRUE |BIGINT | X |
|TASK_EXECUTION_ID |TRUE |BIGINT | X
|TASK_PARAM |FALSE | VARCHAR | 2500 |
|TASK_PARAM |FALSE | VARCHAR | 2500
|=========================================================
@@ -57,9 +57,9 @@ Used to link the task execution to the batch execution.
|=========================================================
|Column Name |Required |Type |Field Length
|TASK_EXECUTION_ID |TRUE |BIGINT | X |
|TASK_EXECUTION_ID |TRUE |BIGINT | X
|JOB_EXECUTION_ID |TRUE | BIGINT | X |
|JOB_EXECUTION_ID |TRUE | BIGINT | X
|=========================================================