class ActiveRecord::ConnectionAdapters::PostgreSQL::Column

def enum?

def enum?
  type == :enum
end