mix enumex.dynamic.gen.migration (Enumex v1.0.0)

View Source

Usage

mix enumex.dynamic.gen.migration TABLE [OPTION_1 OPTION_2 … OPTION_N] [--help] [--version] -- ECTO_GEN_MIGRATION_ARGS

Arguments

TABLE                           A table for storing enum values                      
OPTION_1 OPTION_2 … OPTION_N    Enum field names mapper in format 'original:modified'

Flags

-h, --help       Displays this help message.        
-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