When invoking Table(*column_symbol*) arel assumes that we are using the main database.
How can I use arel tables in a second database without having to ARModels for each of the queried tables?
table = Arel::Table.new("db_name.table_name")