class ROM::SQL::Migration::SchemaDiff::TableAltered

Public Instance Methods

meta?() click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 56
def meta?
  attribute_changes.empty? && index_changes.empty?
end