Build a Salon Appointment Scheduler Project - not passing tests

Hi, I finished my salon.sh file but it does not pass tests about adding rows to the table appointments (subtasks 1.1:19). But in fact it does.
Files salon.sh and salon.sql are saved here:

Could you please help with passing tests.
Tetiana

You just need to change the time column in your appointments table to allow longer strings. The tests use FakeTime as a time :grimacing:

Thanks a lot, it helped!