module SchemaPlus::Compatibility::ActiveRecord::ConnectionAdapters::Mysql2Adapter

Public Instance Methods

tables_only() click to toggle source
# File lib/schema_plus/compatibility/active_record/connection_adapters/mysql2_adapter.rb, line 5
def tables_only
  select_values("SHOW FULL TABLES WHERE table_type != 'VIEW'", "SCHEMA")
end