Schema for the pgflow.workers table.
Represents a worker process that can execute flow steps.
@type t() :: %PgFlow.Schema.Worker{ __meta__: term(), deprecation_reason: term(), expires_at: term(), flow_slugs: term(), inserted_at: term(), status: term(), updated_at: term(), worker_id: term() }