Schema ``logging`` ================== Tables ------ job ^^^ +----------+--------------------------+----------+-------------+ | Column | Type | Nullable | Description | +==========+==========================+==========+=============+ | id | bigint | ✔ | | +----------+--------------------------+----------+-------------+ | action | jsonb | ✘ | | +----------+--------------------------+----------+-------------+ | started | timestamp with time zone | ✘ | | +----------+--------------------------+----------+-------------+ | finished | timestamp with time zone | ✔ | | +----------+--------------------------+----------+-------------+ Functions --------- start_job(action jsonb) ^^^^^^^^^^^^^^^^^^^^^^^ end_job(job_id bigint) ^^^^^^^^^^^^^^^^^^^^^^