View Source Endo.Table (Endo v0.1.12)

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(),
  metadata: term(),
  name: term(),
  schemas: term()
}