Right now we only create tables on the primary, but that's problematic when dealing with multiple databases. ```rb temporary_table :users, on: %i[primary clickhouse] do # ... end ```