johnfoley14 / 4442Testing

Software Testing Project for CS4442
0 stars 0 forks source link

Wrong data type for start time and end time in the database #18

Open johnfoley14 opened 1 year ago

johnfoley14 commented 1 year ago

Description of problem There is a small issue with the main at the moment whereby the queries that create the tables make the starttime and endtime of the booking a date datatype. This is wrong and I will correct this to be a timestamp which has both time and date. This may require you to delete the tables in pgadmin and run the main file again, but I can run through this in a group session later. Just a heads up to say I am aware of this and will change it now.

Screenshot 2023-05-15 101348