View Source Endo.Association (Endo v0.1.22)

Association metadata for a given table's associations

Summary

Types

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