Module: PgSaurus::SchemaDumper
- Extended by:
- ActiveSupport::Autoload, ActiveSupport::Concern
- 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_with_triggers
Methods included from FunctionMethods
#dump_functions, #tables_with_functions