Module: PgPower::SchemaDumper

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

Overview

Provides methods to extend ActiveRecord::SchemaDumper to appropriately build schema.rb file with schemas, foreign keys and comments on columns and tables.

Defined Under Namespace

Modules: CommentMethods, ExtensionMethods, ForeignerMethods, SchemaMethods, ViewMethods

Method Summary

Methods included from ViewMethods

#tables_with_views

Methods included from ForeignerMethods

#tables_with_foreign_keys

Methods included from SchemaMethods

#header_with_schemas, #tables_with_schemas

Methods included from CommentMethods

#tables_with_comments

Methods included from ExtensionMethods

#dump_extensions, #header_with_extensions