class ROM::SQL::Migration::SchemaDiff::AttributeAdded

Public Instance Methods

type() click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 86
def type
  type_serializer.(unwrap(attr).type)
end