# File lib/active_record/base.rb, line 1142
      def table_exists?
        connection.table_exists?(table_name)
      end