abstract class Jennifer::Migration::TableBuilder::Base
- Jennifer::Migration::TableBuilder::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
- Jennifer::Migration::TableBuilder::ChangeTable
- Jennifer::Migration::TableBuilder::CreateTable
- Jennifer::Migration::TableBuilder::DropTable
- Jennifer::Migration::TableBuilder::Raw
Defined in:
jennifer/migration/table_builder/base.crConstructors
Instance Method Summary
- #fields : Hash(String, Hash(Symbol, Bool | Float32 | Int32 | String | Symbol))
- #name : String | Symbol
- #process
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Instance methods inherited from module Jennifer::Support
pluralize(str : String)
pluralize,
singularize(str : String)
singularize
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.