Ecto.Migration.Table (Ecto SQL v3.7.0) 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

Specs

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