Ecto v2.1.1 Ecto.Migration.Reference

Used internally by adapters.

To define a reference in a migration, see Ecto.Migration.references/2

Summary

Types

t()
t :: %Ecto.Migration.Reference{column: atom, name: term, on_delete: atom, on_update: atom, table: atom, type: atom}