Ecto.Migration.Table
Defines a table struct used in migrations.
Types ↑
t :: %Ecto.Migration.Table{name: atom, primary_key: boolean, engine: atom, options: term}
Defines a table struct used in migrations.
t :: %Ecto.Migration.Table{name: atom, primary_key: boolean, engine: atom, options: term}