View Source Endo.Table (Endo v0.1.8)

Table metadata returned by Endo

Link to this section Summary

Link to this section Types

@type t() :: %Endo.Table{
  adapter: term(),
  associations: term(),
  columns: term(),
  indexes: term(),
  name: term()
}