Object
# File lib/dm-migrations/sql/mysql.rb, line 45 45: def initialize(adapter, table_name) 46: @columns = [] 47: adapter.table_info(table_name).each do |col_struct| 48: @columns << SQL::Mysql::Column.new(col_struct) 49: end 50: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.