Class: DatabaseConsistency::Writers::Autofix::InconsistentTypes
- Inherits:
-
MigrationBase
- Object
- Base
- MigrationBase
- DatabaseConsistency::Writers::Autofix::InconsistentTypes
- Defined in:
- lib/database_consistency/writers/autofix/inconsistent_types.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from MigrationBase
Methods included from Helpers::Migration
#migration_configuration, #migration_path, #migration_path_pattern
Methods inherited from Base
Constructor Details
This class inherits a constructor from DatabaseConsistency::Writers::Autofix::Base
Instance Method Details
#attributes ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/database_consistency/writers/autofix/inconsistent_types.rb', line 7 def attributes { table_to_change: report.table_to_change, type_to_set: report.type_to_set, fk_name: report.fk_name } end |