I have tried to find a way to backup my database design without including the data stored in the database. Actually, one might say that I want to have a file that holds all
pg_dump --host localhost --port 5432 --username "userName" --schema-only --verbose --file "file path" "db_dev_local"