PgFlow.Schema.Dep (PgFlow v0.1.0)

Copy Markdown View Source

Schema for the pgflow.deps table.

Represents a dependency relationship between steps with composite primary key (flow_slug, step_slug, dep_slug).

Summary

Types

t()

@type t() :: %PgFlow.Schema.Dep{
  __meta__: term(),
  dep_slug: term(),
  flow_slug: term(),
  step: term(),
  step_slug: term()
}