Ecto.Migration.Reference
Defines a reference struct used in migrations.
Types ↑
t :: %Ecto.Migration.Reference{table: atom, column: atom, type: atom, on_delete: atom}
Defines a reference struct used in migrations.
t :: %Ecto.Migration.Reference{table: atom, column: atom, type: atom, on_delete: atom}