Class: ROM::SQL::Migration::SchemaDiff::TableAltered Private
- Defined in:
- lib/rom/sql/migration/schema_diff.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #meta? ⇒ Boolean private
Methods inherited from TableDiff
Instance Method Details
#meta? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
56 57 58 |
# File 'lib/rom/sql/migration/schema_diff.rb', line 56 def attribute_changes.empty? && index_changes.empty? end |