class Jennifer::Migration::TableBuilder::DropTable

Defined in:

jennifer/migration/table_builder/drop_table.cr

Instance Method Summary

Instance methods inherited from class Jennifer::Migration::TableBuilder::Base

fields : Hash(String, Hash(Symbol, Bool | Float32 | Int32 | String | Symbol)) fields, name : String | Symbol name, process process, to_s to_s

Constructor methods inherited from class Jennifer::Migration::TableBuilder::Base

new(name : String | Symbol) new

Instance methods inherited from module Jennifer::Support

pluralize(str : String) pluralize, singularize(str : String) singularize

Instance Method Detail

def process #

[View source]