View Source Endo.Association (Endo v0.1.11)

Association metadata for a given table's associations

Link to this section Summary

Link to this section Types

@type t() :: %Endo.Association{
  adapter: term(),
  from_column_name: term(),
  from_table_name: term(),
  name: term(),
  to_column_name: term(),
  to_table_name: term(),
  type: term()
}