method
table_exists?
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::SchemaStatements
table_exists?(table_name)
public
Checks to see if the table table_name exists on the database.
table_exists?(:developers)