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