I created the DAO class for the User class and implemented the getters and setters. Currently, the DAO class can be used to retrieve users by id and inserting new users into the database. I also modified the database so that the timestamps for the Users and Reviews table default to the time that they were inserted into the database.
I created the DAO class for the User class and implemented the getters and setters. Currently, the DAO class can be used to retrieve users by id and inserting new users into the database. I also modified the database so that the timestamps for the Users and Reviews table default to the time that they were inserted into the database.