Ecto SQL v3.1.1 Ecto.Migration.Table View Source

Used internally by adapters.

To define a table in a migration, see Ecto.Migration.table/2.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Migration.Table{
  comment: String.t() | nil,
  engine: atom(),
  name: String.t(),
  options: String.t(),
  prefix: atom() | nil,
  primary_key: boolean()
}