Ecto v2.2.7 Ecto.Migration.Command View Source

Used internally by adapters.

This represents the up and down legs of a reversible raw command that is usually define with Ecto.Migration.execute/1.

To define a reversible command in a migration, see Ecto.Migration.execute/2

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Ecto.Migration.Command{down: String.t(), up: String.t()}