Tell us what’s happening:
I’m passing all the tests except these two;
Says to have an FK that references the thing above it (star->galaxy, planet->star, moon->planet) and each one does (I only included the star->galaxy one but it’s the same in the other three).
I only count 4 tables that need to be created, galaxy
, star
, planet
, and moon
. Am I missing something?
Here’s a link to the pg dump: learn-celestial-bodies-database/universe.sql at main · SeGePop/learn-celestial-bodies-database (github.com)
Thank you!
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0
Challenge Information:
Celestial Bodies Database - Build a Celestial Bodies Database