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