abstract class Jennifer::Postgres::Migration::TableBuilder::Base

Direct Known Subclasses

Defined in:

jennifer/adapter/postgres/migration/table_builder/base.cr

Instance Method Summary

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

adapter : Adapter::Base adapter, column_exists?(*args, **options)
column_exists?(*args, **options, &)
column_exists?
, explain explain, index_exists?(*args, **options)
index_exists?(*args, **options, &)
index_exists?
, name : String name, process process, process_commands process_commands, schema_processor(*args, **options)
schema_processor(*args, **options, &)
schema_processor
, table_exists?(*args, **options)
table_exists?(*args, **options, &)
table_exists?

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

new(adapter, name : String | Symbol) new

Instance Method Detail

def adapter #

[View source]
def schema_processor #

[View source]