class ActiveRecord::ConnectionAdapters::MySQL::Column

def virtual?

def virtual?
  /\b(?:VIRTUAL|STORED|PERSISTENT)\b/.match?(extra)
end