# File lib/arel/engines/sql/relations/table.rb, line 57 def table_exists? @table_exists ||= @@tables.include?(name) || engine.connection.table_exists?(name) end