method
table_exists?
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaStatements
table_exists?(table_name)public
Checks to see if the table table_name exists on the database.
table_exists?(:developers)
table_exists?(table_name)Checks to see if the table table_name exists on the database.
table_exists?(:developers)