HELP IM STUCK relational databases by building a mario database

My code ally wont open my code road

Thank you for helping make FCC better by being a beta tester. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Were you able to figure anything out here @Tkbasera263? Did you try closing that and opening CodeRoad manually?

YES…but now i cant seem to pass this stage i keep getting an error mess,i viewed the hint and corrected my code but still stuck…I keep getting this error message(ERROR: column “birthday” is of type date but expression is of type integer
LINE 1: …fo(birthday, height, weight, character_id) VALUES(1981-07-09…
^
HINT: You will need to rewrite or cast the expression.)

Check the hints @Tkbasera263, I think you might be missing something around that date. Let me know if you figure anything out.

I checked the hints but still it wont let me proceed…I still get an error code in image

I correctly completed my task but i cannot proceed im getting an error code in terminal

I’m pretty sure you’re missing single quotes around the date @Tkbasera263 - I would try that if you haven’t already. Let us know if it works.

1 Like

THANK YOU @moT01 THE SINGLE QUOTES SOLUTION WORKED

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.