Tell us what’s happening:
Describe your issue in detail here.
I am unable to set the type_id column as NOT NULL, i tried everything i know. I tried deleting it and adding it again setting it as INT NOT NULL but it didint work, so i just created the column as INT, then updating the column with the NOT NULL data type. Every time i try, terminal says it contains null values however i havent added any values yet into any columns. I tried setting every column as not null of every table but it didnt work. I dont know what else i can do. Ill leave a link to my git repository where i have written down every bash command along with the comment/task for what the command was oriented.
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/118.0.0.0 Safari/537.36
Challenge Information:
Periodic Table Database - Build a Periodic Table Database