Schema for the pgflow.deps table.
Represents a dependency relationship between steps with composite primary key (flow_slug, step_slug, dep_slug).
@type t() :: %PgFlow.Schema.Dep{ __meta__: term(), dep_slug: term(), flow_slug: term(), step: term(), step_slug: term() }