# File lib/dm-migrations/sql/postgres.rb, line 8
    def table(table_name)
      SQL::Postgres::Table.new(self, table_name)
    end