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