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
5 6 7 |
# 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 |