Schema for the pgflow.workers table.
Represents a worker process that can execute flow steps.
@type t() :: %PgFlow.Schema.Worker{ __meta__: term(), deprecated_at: term(), function_name: term(), last_heartbeat_at: term(), queue_name: term(), started_at: term(), stopped_at: term(), worker_id: term() }