Module: PgSaurus::SchemaDumper

Extended by:
ActiveSupport::Autoload
Includes:
CommentMethods, ExtensionMethods, ForeignKeyMethods, FunctionMethods, SchemaMethods, TriggerMethods, ViewMethods
Defined in:
lib/pg_saurus/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, ForeignKeyMethods, FunctionMethods, SchemaMethods, TriggerMethods, ViewMethods

Method Summary

Methods included from TriggerMethods

#dump_triggers, #tables

Methods included from FunctionMethods

#dump_functions, #tables

Methods included from ViewMethods

#tables

Methods included from ForeignKeyMethods

#foreign_keys

Methods included from SchemaMethods

#header

Methods included from CommentMethods

#tables

Methods included from ExtensionMethods

#dump_extensions, #header