mix enumex.static.gen.migration.new (Enumex v1.0.0)

View Source

Usage

mix enumex.static.gen.migration.new MODULE ENUM_NAME [--adapter] [--help] [--query-prefix] [--version] -- ECTO_GEN_MIGRATION_ARGS

Arguments

MODULE       Specifies an enum module
ENUM_NAME    Specifies an enum name  

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