diff --git a/db/json/listing.json b/db/json/listing.json index e69de29..5622661 100644 --- a/db/json/listing.json +++ b/db/json/listing.json @@ -0,0 +1,10 @@ +{ + "renterID" :"int(10)", + "renteeID" :"int(10)", + "status" :"VARCHAR(255)", + "timeActive" :"VARCHAR(255)", // not sure what format this would be in? Is there a clock system we can use in mySQL? + "rating" :"int(5)", // rating out of 5 used to calculate some kind of award system + "reviewDescriptionTableID" :"int(10)", //(create another table full of string format reviews) + "timesRented" :"int(255)" +} +