Pow v0.1.0-alpha.4 Pow.Extension.Ecto.Schema.Migration View Source

Generates schema migration content for extensions.

Link to this section Summary

Functions

Generates migration file content

Generates a migration module name

Link to this section Functions

Link to this function gen(extension, context_base, config \\ []) View Source
gen(atom(), atom(), Pow.Config.t()) :: binary()

Generates migration file content.

Link to this function name(extension, table) View Source
name(atom(), binary()) :: binary()

Generates a migration module name.