so i was testing pg_dump -cC --inserts -U freecodecamp universe > universe.sql
by creating a table called test to see if it saved.
when i exit gitpod and go back only the four tables that r required galaxy,star,planet, and moon are the only tables that saved, im just wondering if it did something wrong i even did insert postgres > universe.sql and it rebiult the table but only the test() table didnt save