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