mix enumex.static.gen.migration (Enumex v1.0.0)
View SourceUsage
mix enumex.static.gen.migration MODULE ENUM_NAME ECTO_REPO [--adapter] [--help] [--query-prefix] [--version] -- ECTO_GEN_MIGRATION_ARGS
Arguments
MODULE Specifies an enum module
ENUM_NAME Specifies an enum name
ECTO_REPO Specifies an ecto repo
Flags
-a, --adapter Specifies an enum adapter
-h, --help Displays this help message.
-q, --query-prefix Specifies a query prefix
-v, --version Displays information about version.
ECTO_GEN_MIGRATION_ARGS
Arguments and flags that would be passed to the ecto.gen.migration task, to get more information use
mix help ecto.gen.migration