Class: DatabaseConsistency::Writers::Autofix::InconsistentTypes

Inherits:
MigrationBase show all
Defined in:
lib/database_consistency/writers/autofix/inconsistent_types.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Base

#report

Instance Method Summary collapse

Methods inherited from MigrationBase

#fix!

Methods included from Helpers::Migration

#migration_configuration, #migration_path, #migration_path_pattern

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from DatabaseConsistency::Writers::Autofix::Base

Instance Method Details

#attributesObject



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