Ecto.Migration.Command (Ecto SQL v3.7.0) View Source

Used internally by adapters.

This represents the up and down legs of a reversible raw command that is usually defined 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

Specs

t() :: %Ecto.Migration.Command{down: String.t(), up: String.t()}