View Source Pointers.Table (bonfire_umbrella v0.9.8-cooperation-beta.15)

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

Summary

Types

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