# File lib/dm-migrations/sql/sqlite.rb, line 12
    def table(table_name)
      SQL::Sqlite::Table.new(self, table_name)
    end