Module: PgPower::Migration::CommandRecorder

Extended by:
ActiveSupport::Autoload
Includes:
CommentMethods, ExtensionMethods, ForeignerMethods, SchemaMethods, ViewMethods
Defined in:
lib/pg_power/migration/command_recorder.rb

Overview

Provides methods to extend ActiveRecord::Migration::CommandRecorder to support pg_power features.

Defined Under Namespace

Modules: CommentMethods, ExtensionMethods, ForeignerMethods, SchemaMethods, ViewMethods

Method Summary

Methods included from ViewMethods

#create_view, #drop_view, #invert_create_view

Methods included from ForeignerMethods

#add_foreign_key, #invert_add_foreign_key, #remove_foreign_key

Methods included from CommentMethods

#invert_set_column_comment, #invert_set_column_comments, #invert_set_index_comment, #invert_set_table_comment, #remove_column_comment, #remove_column_comments, #remove_index_comment, #remove_table_comment, #set_column_comment, #set_column_comments, #set_index_comment, #set_table_comment

Methods included from SchemaMethods

#create_schema, #drop_schema, #invert_create_schema, #invert_drop_schema, #invert_move_table_to_schema, #move_table_to_schema

Methods included from ExtensionMethods

#create_extension, #drop_extension, #invert_create_extension, #invert_drop_extension