# File lib/innodb/record_describer.rb, line 101
  def add_field(group, name, type)
    description[group] << { :name => name, :type => type }
  end