Ecto.Migration.Command (Ecto SQL v3.13.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.

Summary

Types

t()

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