Open Anyalee610 opened 1 year ago
purpose: has a table that saves the review a person made for a shelter or room
Requirements: review id listing id from the listing id user_id int NOT NULL comment text NOT NULL rating int NOT NULL
How: use javascript to make a new migration file named reservation.
purpose: has a table that saves the review a person made for a shelter or room
Requirements: review id listing id from the listing id user_id int NOT NULL comment text NOT NULL rating int NOT NULL
How: use javascript to make a new migration file named reservation.