I am running ruby and rails app with postgresql database, and I want to do batch import from text file to the database.
I've configured the database and if I run psql and \l to list all databases, I can see it.
However, after I run rake db:migrate no relations are created in the database and running psql\d in order to check tables, says "No relations found". But the schema is created and I can see the tables in Induction PostgreSQL client (http://inductionapp.com)