# File lib/dm-migrations/sql/table_creator.rb, line 19 def column(name, type, opts = {}) @columns << Column.new(@adapter, name, type, opts) end