pointers v0.3.2 Pointers.Table View Source

One Table to rule them all. A record of a table participating in the pointers abstraction - mandatory if participating.

Link to this section Summary

Link to this section Types

Specs

t() :: %Pointers.Table{
  __meta__: term(),
  id: term(),
  pointed: term() | nil,
  schema: atom() | nil,
  table: binary()
}