# File lib/dm-migrations/sql/mysql.rb, line 10
    def table(table_name)
      SQL::Mysql::Table.new(self, table_name)
    end