XenditInvoiceReconciliationCronTaskLogs


Description

Table to store all cron job tasks record

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
status "employer_commerce"."enum_EmployerCommerce_XenditInvoiceReconciliationCronTaskStatus" 2147483647 null

status of the cron job task

startedAt timestamptz 35,6 now()

the time cron job task starts to run

finishedAt timestamptz 35,6 now()

the time cron job task finishes

Indexes

Constraint Name Type Sort Column(s)
XenditInvoiceReconciliationCronTaskLogs_pkey Primary key Asc id
employer_commerce_XenditInvoiceReconciliationCronTaskLogs_finis Performance Asc finishedAt

Relationships