class ROM::SQL::Migration::SchemaDiff::TableDiff

Public Instance Methods

empty?() click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 23
def empty?
  false
end
table_name() click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 27
def table_name
  target_schema.name.dataset
end