class Wax::Generators::Migration::Add::Column
Defined in:
generators/migration.cr
Instance Method Summary
args : Array(String)
args,
call
call,
type : String
type,
write_files(name : String, up : String, down : String)
write_files
new(type : String, args : Array(String))
new
for(type_name : String)
for,
handle(type : String)
handle,
with(args : Array(String))
with
error(message : String, exit_code code = 1)
error,
file(path, body, *, executable = false) : Nil
file
Instance Method Detail