View Source Mix.ExOauth2Provider.Migration (ExOauth2Provider v0.5.7)

Utilities module for ecto migrations in mix tasks.

Summary

Functions

Link to this function

create_migration_file(repo, name, content)

View Source
@spec create_migration_file(atom(), binary(), binary()) :: any()

Creates a migration file for a repo.

Link to this function

gen(name, namespace, config)

View Source
@spec gen(binary(), binary(), map()) :: binary()