Module: SchemaPlus::Compatibility::ActiveRecord::ConnectionAdapters::Mysql2Adapter
- Defined in:
- lib/schema_plus/compatibility/active_record/connection_adapters/mysql2_adapter.rb
Instance Method Summary collapse
Instance Method Details
#tables_only ⇒ Object
7 8 9 |
# File 'lib/schema_plus/compatibility/active_record/connection_adapters/mysql2_adapter.rb', line 7 def tables_only select_values("SHOW FULL TABLES WHERE table_type != 'VIEW'", "SCHEMA") end |