Schema for the pgflow.flows table.
Represents a flow definition with its configuration options.
@type t() :: %PgFlow.Schema.Flow{ __meta__: term(), inserted_at: term(), opt_base_delay: term(), opt_max_attempts: term(), opt_retry_backoff: term(), opt_timeout: term(), runs: term(), slug: term(), steps: term(), updated_at: term() }