How To Know Current Schema Database In Rails

[Solved] How To Know Current Schema Database In Rails | Ruby - Code Explorer | yomemimo.com
Question : how to know current schema database in rails

Answered by : talaatmagdy

ActiveRecord::Base.connection.schema_search_path

Source : https://stackoverflow.com/questions/24880956/rails-console-database-schema-checking | Last Update : Tue, 23 Nov 21

Answers related to how to know current schema database in rails

Code Explorer Popular Question For Ruby