Rails – List indexes for table in console August 31, 2016 Anthony Leon Rails Console, indexes, list, Rails To list the indexes for a specific table in the console, run the following command: ActiveRecord::Base.connection.indexes(:transactions) Read More
Recent Comments