Ecto v2.0.2 Ecto.Migration.Table

Defines a table struct used in migrations.

Summary

Types

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