Salon Appointment Scheduler - Build a Salon Appointment Scheduler

Tell us what’s happening:

My code for the salon relational database project is not passing even though it seems to be working as described.

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/125.0.0.0 Safari/537.36

Challenge Information:

Salon Appointment Scheduler - Build a Salon Appointment Scheduler

can you share your schema? code? results?

I was able to get it to pass the issue was my for date I had VARCHAR(6) but I had to set it to VARCHAR(10) to get it to pass.

1 Like