Tell us what’s happening:
hey I need help i don’t know that to do everything it’s passing but
Your games table should have a game_id column that is a type of SERIAL and is the primary key, a year column of type INT , and a round column of type VARCHAR
AND
All of your columns should have the NOT NULL constraint
are not passing and create the code for it and everything its “NOT NULL” too so I don’t understand why its not working please help
Describe your issue in detail here.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
Challenge: World Cup Database - Build a World Cup Database
If you could capture the current state of the database and tables, that would be great (I think your sql file doesn’t show in one shot the results of those two /l and /d for each table )
this one its suppose to fix the Your games table should have a game_id column that is a type of SERIAL and is the primary key, a year column of type INT , and a round column of type VARCHAR
I am not sure what you are planning. For eg. Do you want to drop the whole table and recreate it from scratch? Or do you just want to altar it (column by column)?