Object
# File lib/dm-migrations/sql/table.rb, line 11 def column(column_name) @columns.select { |c| c.name == column_name.to_s }.first end
# File lib/dm-migrations/sql/table.rb, line 7 def to_s name end
[Validate]
Generated with the Darkfish Rdoc Generator 2.